Searched refs:__CFTimeZoneCache (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFTimeZone.c96 static CFMutableDictionaryRef __CFTimeZoneCache = NULL; variable
958 CFDictionaryRemoveValue(__CFTimeZoneCache, (CFStringRef)key);
987 if (NULL != __CFTimeZoneCache && CFDictionaryGetValueIfPresent(__CFTimeZoneCache, name, (const void **)&memory)) {
1009 if (NULL == __CFTimeZoneCache) {
1010 __CFTimeZoneCache = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
1012 CFDictionaryAddValue(__CFTimeZoneCache, ((struct __CFTimeZone *)memory)->_name, memory);
1081 if (NULL != __CFTimeZoneCache && CFDictionaryGetValueIfPresent(__CFTimeZoneCache, name, (const void **)&result)) {
1176 CFDictionaryAddValue(__CFTimeZoneCache, nameCop
[all...]

Completed in 202 milliseconds