Searched refs:__CFError (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFError.c86 struct __CFError { // Potentially interesting to keep layout same as NSError (but currently not a requirement) struct
340 CFErrorRef err = (CFErrorRef)_CFRuntimeCreateInstance(allocator, __kCFErrorTypeID, sizeof(struct __CFError) - sizeof(CFRuntimeBase), NULL);
355 CFErrorRef err = (CFErrorRef)_CFRuntimeCreateInstance(allocator, __kCFErrorTypeID, sizeof(struct __CFError) - sizeof(CFRuntimeBase), NULL);
H A DCFError.h66 typedef struct __CFError * CFErrorRef;

Completed in 107 milliseconds