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

/macosx-10.9.5/CF-855.17/
H A DCFApplicationPreferences.c198 CFAllocatorRef alloc = __CFPreferencesAllocator();
229 CFAllocatorRef alloc = __CFPreferencesAllocator();
268 CFAllocatorRef alloc = __CFPreferencesAllocator();
374 CFAllocatorRef alloc = __CFPreferencesAllocator();
481 CFAllocatorRef alloc = __CFPreferencesAllocator();
H A DCFPreferences.c70 CF_PRIVATE CFAllocatorRef __CFPreferencesAllocator(void) { function
182 CFAllocatorRef alloc = __CFPreferencesAllocator();
381 CFAllocatorRef alloc = __CFPreferencesAllocator();
403 return CFStringCreateWithFormat(__CFPreferencesAllocator(), NULL, CFSTR("<Private CFType %p>\n"), cf);
408 CFAllocatorRef alloc = __CFPreferencesAllocator();
437 CFMutableStringRef result = CFStringCreateMutable(__CFPreferencesAllocator(), 0);
462 result = CFStringCreateWithFormat(__CFPreferencesAllocator(), NULL, CFSTR("%@%@"), prefix, domainName);
470 CFAllocatorRef prefAlloc = __CFPreferencesAllocator();
530 CFAllocatorRef alloc = __CFPreferencesAllocator();
595 CFAllocatorRef prefAlloc = __CFPreferencesAllocator();
[all...]
H A DCFXMLPreferencesDomain.c87 CFNumberRef num = CFNumberCreate(__CFPreferencesAllocator(), kCFNumberSInt32Type, &mode);
90 _propertyDict = CFDictionaryCreateMutable(__CFPreferencesAllocator(), 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
103 CFAllocatorRef alloc = __CFPreferencesAllocator();
156 CFAllocatorRef alloc = __CFPreferencesAllocator();
311 CFAllocatorRef alloc = __CFPreferencesAllocator();
437 CFTypeRef newValue = CFPropertyListCreateDeepCopy(__CFPreferencesAllocator(), value, kCFPropertyListImmutable);
480 result = (CFDictionaryRef)CFPropertyListCreateDeepCopy(__CFPreferencesAllocator(), domain->_domainDict, kCFPropertyListImmutable);
H A DForFoundationOnly.h116 CF_EXPORT CFAllocatorRef __CFPreferencesAllocator(void);

Completed in 240 milliseconds