HomeSort by relevance Sort by last modified time
    Searched defs:CFAllocatorRef (Results 1 - 6 of 6) 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 4 typedef const struct __CFAllocator * CFAllocatorRef;
16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
cfref_PR2519.c 7 typedef const struct __CFAllocator * CFAllocatorRef;
8 extern const CFAllocatorRef kCFAllocatorDefault;
18 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
22 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
system-header-simulator-objc.h 28 typedef const struct __CFAllocator * CFAllocatorRef;
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;
112 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
118 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
119 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator)
    [all...]
cfref_rdar6080742.c 14 typedef const struct __CFAllocator *CFAllocatorRef;
24 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
  /external/compiler-rt/lib/asan/
asan_intercepted_functions.h 180 typedef void* CFAllocatorRef;
200 CFAllocatorRef alloc, CFStringRef str);

Completed in 7078 milliseconds