HomeSort by relevance Sort by last modified time
    Searched defs:CFAllocatorRef (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.h 38 typedef const struct __CFAllocator * CFAllocatorRef;
40 typedef CFDictionaryRef (* QTCFDictonaryCreateFromDataCallback)(CFAllocatorRef, const UInt8*, CFIndex);
42 QTMOVIEWIN_API CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef, CFDictionaryRef, QTCFDictonaryCreateFromDataCallback);
  /external/clang/test/Analysis/
CFNumber.c 5 typedef const struct __CFAllocator * CFAllocatorRef;
17 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
cfref_PR2519.c 8 typedef const struct __CFAllocator * CFAllocatorRef;
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);
cfref_rdar6080742.c 15 typedef const struct __CFAllocator *CFAllocatorRef;
25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);

Completed in 47 milliseconds