Searched refs:compressedSize (Results 1 – 2 of 2) sorted by relevance
62 SizeT compressedSize = (SizeT)(length - LZMA_PROPS_SIZE); in lzmaBuffToBuffDecompress() local105 debug("LZMA: Compresed size.............. 0x%zx\n", compressedSize); in lzmaBuffToBuffDecompress()121 inStream + LZMA_DATA_OFFSET, &compressedSize, in lzmaBuffToBuffDecompress()
399 3) Check that output(srcLen) = compressedSize, if you know real compressedSize.