Searched refs:decodeSize (Results 1 – 1 of 1) sorted by relevance
977 …{ int const decodeSize = LZ4_decompress_safe(in_buff, out_buff, (int)blockSize, LEGACY_BLOCKSIZE… in LZ4IO_decodeLegacyStream() local978 if (decodeSize < 0) EXM_THROW(53, "Decoding Failed ! Corrupted input detected !"); in LZ4IO_decodeLegacyStream()979 streamSize += (unsigned long long)decodeSize; in LZ4IO_decodeLegacyStream()981 …storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, … in LZ4IO_decodeLegacyStream()