Lines Matching refs:CFAllocatorRef
56 typedef const struct __CFAllocator * CFAllocatorRef; typedef
57 extern const CFAllocatorRef kCFAllocatorDefault;
66 extern CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFA…
68 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
81 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity,…
85 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncodi…
86 extern CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString);
91 extern CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at);
102 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *value…
105 extern CFAttributedStringRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDict…
106 extern CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy(CFAllocatorRef alloc, CFInd…
188 extern DASessionRef DASessionCreate( CFAllocatorRef allocator );
190 extern DADiskRef DADiskCreateFromBSDName( CFAllocatorRef allocator, DASessionRef session, const cha…
191 extern DADiskRef DADiskCreateFromIOMedia( CFAllocatorRef allocator, DASessionRef session, io_servic…
227 extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn status, CFStringRef str…