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

/macosx-10.10.1/Heimdal-398.1.2/tests/java/
H A Djaas.conf10 storeKey=true
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dpattern.c120 CFStringRef storeKey = (CFStringRef)key; local
130 if (keyMatchesPattern(storeKey, pRegex)) {
132 CFArrayAppendValue(pInfo, storeKey);
465 CFStringRef storeKey = (CFStringRef)context; local
474 len = CFStringGetMaximumSizeForEncoding(CFStringGetLength(storeKey), kCFStringEncodingASCII) + 1;
477 if (_SC_cfstring_to_cstring(storeKey, str, len, kCFStringEncodingASCII) == NULL) {
502 _addWatcher(sessionNum, storeKey);
507 CFArrayAppendValue(pInfo_new, storeKey);
550 CFStringRef storeKey = (CFStringRef)context; local
563 i = CFArrayGetFirstIndexOfValue(pInfo, CFRangeMake(2, n-2), storeKey);
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCP.c220 CFStringRef storeKey; local
246 storeKey = CFStringCreateWithFormat(allocator,
255 return storeKey;
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dcache.c483 CFStringRef storeKey; local
486 storeKey = CFArrayGetValueAtIndex(keys, i);
487 storeVal = cache_SCDynamicStoreCopyValue(store, storeKey);
489 CFDictionarySetValue(newDict, storeKey, storeVal);

Completed in 101 milliseconds