Searched refs:uncompressedData (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs183 private ArrayList uncompressedData = new ArrayList(); field in class:DotZLibTests.DeflateInflateTests
223 uncompressedData.Add(data[i+startIndex]);
229 uncompressedData.Clear();
/macosx-10.10/kext_tools-384.1.4/
H A Dmkextunpack_main.c911 CFDataRef uncompressedData = NULL; // returned local
952 uncompressedData = CFDataCreate(kCFAllocatorDefault,
954 if (!uncompressedData) {
959 *uncompressedEntry = uncompressedData;
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2675 OSData * uncompressedData = NULL; // release on error local
2687 uncompressedData = OSData::withBytes(data, fullSize);
2689 result = uncompressedData;
2714 uncompressedData = OSData::withBytesNoCopy(uncompressedDataBuffer, fullSize);
2715 if (!uncompressedData) {
2730 uncompressedData->setDeallocFunction(&osdata_kmem_free);
2821 result = uncompressedData;
2829 OSSafeRelease(uncompressedData);
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c13660 uint8_t * uncompressedData = NULL; // free on error local
13678 uncompressedData = (void *)malloc(fullSize);
13679 if (!uncompressedData) {
13685 zstream.next_out = uncompressedData;
13727 uncompressedData, fullSize, kCFAllocatorMalloc);
13738 SAFE_FREE(uncompressedData);

Completed in 418 milliseconds