• Home
  • Raw
  • Download

Lines Matching refs:CFAllocatorRef

79 typedef const struct __CFAllocator * CFAllocatorRef;  typedef
80 extern const CFAllocatorRef kCFAllocatorDefault;
90 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
103 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
107 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
112 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
123 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
126 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
127 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
233 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
235 extern DADiskRef DADiskCreateFromBSDName( CFAllocatorRef allocator, DASessionRef session, const cha…
236 extern DADiskRef DADiskCreateFromIOMedia( CFAllocatorRef allocator, DASessionRef session, io_servic…
274 extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn status, CFStringRef str…
332 void *CFPlugInInstanceCreate(CFAllocatorRef allocator, CFUUIDRef factoryUUID, CFUUIDRef typeUUID);
1176 extern CVReturn CVPixelBufferCreateWithBytes(CFAllocatorRef allocator,
1189 extern CVReturn CVPixelBufferCreateWithPlanarBytes(CFAllocatorRef allocator,
1205 extern CVReturn CVPixelBufferCreateWithBytes(CFAllocatorRef allocator,
1216 CVReturn rdar_7283567(CFAllocatorRef allocator, size_t width, size_t height,
1234 CVReturn rdar_7283567_2(CFAllocatorRef allocator, size_t width, size_t height,
1741 …cf = CFStringCreateWithCString( ((CFAllocatorRef)0), "test", kCFStringEncodingUTF8 ); // no-warning
1836 …CFStringRef cf = CFStringCreateWithCString( ((CFAllocatorRef)0), "test", kCFStringEncodingUTF8 ); …
1843 …CFStringRef cf = CFStringCreateWithCString( ((CFAllocatorRef)0), "test", kCFStringEncodingUTF8 ); …