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

/macosx-10.9.5/CF-855.17/
H A DCFError.c71 static CFDictionaryRef _CFErrorCreateEmptyDictionary(CFAllocatorRef allocator);
178 static CFDictionaryRef _CFErrorCreateEmptyDictionary(CFAllocatorRef allocator) { function
345 err->userInfo = userInfo ? CFDictionaryCreateCopy(allocator, userInfo) : _CFErrorCreateEmptyDictionary(allocator);
381 return userInfo ? (CFDictionaryRef)CFRetain(userInfo) : _CFErrorCreateEmptyDictionary(CFGetAllocator(err));

Completed in 216 milliseconds