Searched refs:newComponents (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkService.c307 CFMutableArrayRef newComponents; local
317 newComponents = CFArrayCreateMutableCopy(NULL, 0, components);
320 newComponents = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
321 CFArrayAppendValue(newComponents, name);
324 n = CFArrayGetCount(newComponents);
328 str = CFArrayGetValueAtIndex(newComponents, n - 1);
331 CFArrayRemoveValueAtIndex(newComponents, n - 1);
338 CFArrayAppendValue(newComponents, name);
341 name = CFStringCreateByCombiningStrings(NULL, newComponents, CFSTR(" "));
342 CFRelease(newComponents);
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURL.c4724 CFMutableArrayRef newComponents = CFArrayCreateMutableCopy(alloc, 0, components); local
4732 CFArrayInsertValueAtIndex(newComponents, 0, CFSTR(""));
4738 CFStringRef firstComp = (CFStringRef)CFArrayGetValueAtIndex(newComponents, 0);
4741 CFArrayRemoveValueAtIndex(newComponents, 0);
4742 CFArrayInsertValueAtIndex(newComponents, 0, CFSTR(""));
4748 CFArrayInsertValueAtIndex(newComponents, 0, CFSTR(""));
4752 CFArrayRemoveValueAtIndex(newComponents, 0);
4755 cnt = CFArrayGetCount(newComponents);
4757 CFStringRef comp = (CFStringRef)CFArrayGetValueAtIndex(newComponents, i);
4771 CFArraySetValueAtIndex(newComponents,
4817 CFArrayRef newComponents = components ? copyStringArrayWithTransformation(components, escapePathComponent) : NULL; local
[all...]

Completed in 128 milliseconds