Searched refs:fetchedData (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFURLAccess.c66 static Boolean _IOFileURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFArrayRef desiredProperties, CFDictionaryRef *fetchedProperties, SInt32 *errorCode);
91 Boolean IOURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFDictionaryRef *fetchedProperties, CFArrayRef desiredProperties, SInt32 *errorCode) { argument
97 if (fetchedData) *fetchedData = NULL;
103 result = _IOFileURLCreateDataAndPropertiesFromResource(alloc, url, fetchedData, desiredProperties, fetchedProperties, errorCode);
105 if (fetchedData) *fetchedData = NULL;
115 static Boolean _IOFileURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFArrayRef desiredProperties, CFDictionaryRef *fetchedProperties, SInt32 *errorCode) { argument
120 if (fetchedData) *fetchedData
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c277 static Boolean _CFFileURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFArrayRef desiredProperties, CFDictionaryRef *fetchedProperties, SInt32 *errorCode) { argument
281 if (fetchedData) {
294 *fetchedData = NULL;
297 *fetchedData = CFDataCreateWithBytesNoCopy(alloc, (const UInt8 *)bytes, length, alloc);
311 if ( ! success && fetchedData && *fetchedData ) {
312 CFRelease( *fetchedData );
313 *fetchedData = NULL;
637 static Boolean _CFDataURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFArrayRef desiredProperties, CFDictionaryRef *fetchedProperties, SInt32 *errorCode) { argument
650 *fetchedData
718 CFURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFDictionaryRef *fetchedProperties, CFArrayRef desiredProperties, SInt32 *errorCode) argument
[all...]
/macosx-10.9.5/security_dotmac_tp-55107.1/lib/
H A DdotMacTpUtils.cpp350 CFMutableDataRef fetchedData = CFDataCreateMutable(NULL, 0); local
392 CFDataAppendBytes(fetchedData, readFrag, bytesRead);
402 resultLen = CFDataGetLength(fetchedData);
422 const char *p = (const char *)CFDataGetBytePtr(fetchedData);
437 memmove(result.Data, CFDataGetBytePtr(fetchedData), resultLen);

Completed in 154 milliseconds