Searched defs:CFAllocatorRef (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTCFDictionary.h38 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
40 typedef CFDictionaryRef (* QTCFDictonaryCreateFromDataCallback)(CFAllocatorRef, const UInt8*, CFIndex);
42 QTMOVIEWIN_API CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef, CFDictionaryRef, QTCFDictonaryCreateFromDataCallback);
/external/clang/test/Analysis/
H A DCFNumber.c5 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
17 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
H A Dcfref_PR2519.c8 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
9 extern const CFAllocatorRef kCFAllocatorDefault;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
H A Dsystem-header-simulator-objc.h28 typedef const struct __CFAllocator * CFAllocatorRef; typedef in typeref:struct:__CFAllocator
29 extern const CFAllocatorRef kCFAllocatorDefault;
30 extern const CFAllocatorRef kCFAllocatorSystemDefault;
31 extern const CFAllocatorRef kCFAllocatorMalloc;
32 extern const CFAllocatorRef kCFAllocatorMallocZone;
33 extern const CFAllocatorRef kCFAllocatorNull;
106 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
112 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
113 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef allo
[all...]
H A Dcfref_rdar6080742.c15 typedef const struct __CFAllocator *CFAllocatorRef; typedef in typeref:struct:__CFAllocator
25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);

Completed in 127 milliseconds