HomeSort by relevance Sort by last modified time
    Searched defs:CFAllocatorRef (Results 1 - 5 of 5) 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/
rdar-6582778-basic-store.c 6 typedef const struct __CFAllocator * CFAllocatorRef;
9 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
CFNumber.c 7 typedef const struct __CFAllocator * CFAllocatorRef;
19 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
cfref_PR2519.c 10 typedef const struct __CFAllocator * CFAllocatorRef;
11 extern const CFAllocatorRef kCFAllocatorDefault;
21 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
25 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
cfref_rdar6080742.c 17 typedef const struct __CFAllocator *CFAllocatorRef;
27 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);

Completed in 521 milliseconds