Searched refs:moreData (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/
H A DImageDecoder.cpp52 const char* moreData; local
53 while (unsigned moreDataLength = sharedBuffer.getSomeData(moreData, offset)) {
55 memcpy(buffer + bytesExtracted, moreData, bytesToCopy);
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c719 static void _appendCFData(CFMutableDataRef data, CFDataRef moreData) { argument
720 CFStringRef str = encodeBase64String(CFDataGetBytePtr(moreData), CFDataGetLength(moreData), 0);

Completed in 88 milliseconds