Searched refs:newKeys (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_notifyadd.c186 CFArrayRef newKeys; /* for removeOldKey */ member in struct:__anon7138
202 if ((myContextRef->newKeys == NULL) ||
203 !CFArrayContainsValue(myContextRef->newKeys,
204 CFRangeMake(0, CFArrayGetCount(myContextRef->newKeys)),
262 myContext.newKeys = keys;
278 myContext.newKeys = patterns;
H A D_configset.c92 CFMutableArrayRef newKeys; local
110 newKeys = CFArrayCreateMutableCopy(NULL, 0, keys);
113 newKeys = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
115 CFArrayAppendValue(newKeys, key);
119 CFDictionarySetValue(newSession, kSCDSessionKeys, newKeys);
120 CFRelease(newKeys);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dgenrb.c568 const char *newKeys, *newKeysLimit; local
570 newKeys = bundle_getKeyBytes(data, &newKeysLength);
571 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
578 for(newKeysLimit = newKeys + newKeysLength; newKeys < newKeysLimit; ++newKeys) {
579 if(*newKeys == 0) {
/macosx-10.9.5/CF-855.17/
H A DCFPreferences.c746 CFStringRef *newKeys = (CFStringRef *)CFAllocatorAllocate(alloc, count * sizeof(CFStringRef), 0); local
747 CFDictionaryGetKeysAndValues(dict, (const void **)newKeys, NULL);
749 CFStringRef key = newKeys[idx];
752 CFAllocatorDeallocate(alloc, newKeys);
H A DCFBundle.c3686 CFMutableSetRef newKeys = (CFMutableSetRef)context; local
3706 CFSetAddValue(newKeys, key);
3707 CFSetAddValue(newKeys, newKeyWithPlatform);
3708 CFSetAddValue(newKeys, newKeyWithProduct);
3709 CFSetAddValue(newKeys, newKeyWithProductAndPlatform);
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c1402 const void **newKeys = (const void **)malloc(2 * propCount * sizeof(void *)); local
1403 const void **newValues = newKeys + propCount;
1404 CFDictionaryGetKeysAndValues(updatedInfo, newKeys, newValues);
1409 if (CFDictionaryGetValueIfPresent(currentSet, newKeys[i], &oldValue)) {
1411 CFDictionaryRemoveValue(updatedInfo, newKeys[i]);

Completed in 112 milliseconds