Searched refs:addedDataFullLength (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkext1_file.c283 uint32_t addedDataFullLength; local
296 addedDataFullLength = (uint32_t)CFDataGetLength(data);
297 newMkextLength = CFDataGetLength(context->mkext) + addedDataFullLength;
311 addedDataEnd = compress_lzss((uint8_t *)addedDataStart, addedDataFullLength,
312 (uint8_t *)CFDataGetBytePtr(data), addedDataFullLength);
318 addedDataFullLength);
324 addedDataFullLength); local
325 addedDataEnd = addedDataStart + addedDataFullLength;
327 context->compressOffset += addedDataFullLength;
334 checkBuffer = (uint8_t *)malloc(addedDataFullLength);
[all...]

Completed in 193 milliseconds