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

/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_notifyadd.c186 CFArrayRef newKeys; /* for removeOldKey */ member in struct:__anon7208
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.10/ICU-531.30/icuSources/tools/genrb/
H A Dgenrb.c569 const char *newKeys, *newKeysLimit; local
571 newKeys = bundle_getKeyBytes(data, &newKeysLength);
572 bundle_addKeyBytes(newPoolBundle, newKeys, newKeysLength, status);
579 for(newKeysLimit = newKeys + newKeysLength; newKeys < newKeysLimit; ++newKeys) {
580 if(*newKeys == 0) {
/macosx-10.10/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 132 milliseconds