Searched refs:LEGACY_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
103 #define LEGACY_BLOCKSIZE (8 MB) macro314 in_buff = (char*)malloc(LEGACY_BLOCKSIZE); in LZ4IO_compressFilename_Legacy()315 out_buff = (char*)malloc(LZ4_compressBound(LEGACY_BLOCKSIZE)); in LZ4IO_compressFilename_Legacy()328 int inSize = (int) fread(in_buff, (size_t)1, (size_t)LEGACY_BLOCKSIZE, finput); in LZ4IO_compressFilename_Legacy()486 in_buff = (char*)malloc(LZ4_compressBound(LEGACY_BLOCKSIZE)); in decodeLegacyStream()487 out_buff = (char*)malloc(LEGACY_BLOCKSIZE); in decodeLegacyStream()501 if (blockSize > LZ4_COMPRESSBOUND(LEGACY_BLOCKSIZE)) in decodeLegacyStream()511 decodeSize = LZ4_decompress_safe(in_buff, out_buff, blockSize, LEGACY_BLOCKSIZE); in decodeLegacyStream()