Lines Matching refs:compressedBufferSize
323 size_t const compressedBufferSize = (size_t)LZ4_compressBound(FUZ_MAX_BLOCK_SIZE); in FUZ_test() local
324 char* const compressedBuffer = (char*)malloc(compressedBufferSize); in FUZ_test()
461 …edSize = LZ4_compress_HC(block, compressedBuffer, blockSize, (int)compressedBufferSize, compressio… in FUZ_test()
466 …C_extStateHC(stateLZ4HC, block, compressedBuffer, blockSize, (int)compressedBufferSize, compressio… in FUZ_test()
472 …HC_fastReset(stateLZ4HC, block, compressedBuffer, blockSize, (int)compressedBufferSize, compressio… in FUZ_test()
478 …compress_fast_extState(stateLZ4, block, compressedBuffer, blockSize, (int)compressedBufferSize, 8); in FUZ_test()
483 …ast_extState_fastReset(stateLZ4, block, compressedBuffer, blockSize, (int)compressedBufferSize, 8); in FUZ_test()
488 …mpressedSize = LZ4_compress_default(block, compressedBuffer, blockSize, (int)compressedBufferSize); in FUZ_test()
496 assert(compressedSize <= (int)compressedBufferSize); in FUZ_test()
685 …ast_continue (&LZ4_stream, dict, compressedBuffer, dictSize, (int)compressedBufferSize, 1); /* J… in FUZ_test()
686 …ress_fast_continue (&LZ4_stream, block, compressedBuffer, blockSize, (int)compressedBufferSize, 1); in FUZ_test()
713 …ress_fast_continue(&LZ4dictBody, block, compressedBuffer, blockSize, (int)compressedBufferSize, 1); in FUZ_test()
780 …ress_fast_continue(&LZ4dictBody, block, compressedBuffer, blockSize, (int)compressedBufferSize, 1); in FUZ_test()
788 …press_fast_continue(&LZ4_stream, block, compressedBuffer, blockSize, (int)compressedBufferSize, 1); in FUZ_test()
876 …LZ4_compress_HC_continue(LZ4dictHC, block, compressedBuffer, blockSize, (int)compressedBufferSize); in FUZ_test()
911 …_compress_HC_continue(LZ4_streamHC, block, compressedBuffer, blockSize, (int)compressedBufferSize); in FUZ_test()