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

/macosx-10.10.1/configd-699.1.5/Plugins/common/
H A Dcache.c39 static CFMutableDictionaryRef cached_keys = NULL; variable
49 cached_keys = CFDictionaryCreateMutable(NULL,
88 value = CFDictionaryGetValue(cached_keys, key);
96 CFDictionarySetValue(cached_keys, key, value);
178 CFRelease(cached_keys);
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dcache.c46 static CFMutableDictionaryRef cached_keys = NULL; variable
60 cached_keys = CFDictionaryCreateMutable(NULL,
99 value = CFDictionaryGetValue(cached_keys, key);
107 CFDictionarySetValue(cached_keys, key, value);
186 CFRelease(cached_keys);
244 n = CFDictionaryGetCount(cached_keys) +

Completed in 179 milliseconds