Home | History | Annotate | Download | only in programs

Lines Matching refs:LZ4_compressHC_continue

619         blockContinueCompressedSize = LZ4_compressHC_continue(&LZ4dictHC, block, compressedBuffer, blockSize);
620 FUZ_CHECKTEST(blockContinueCompressedSize==0, "LZ4_compressHC_continue failed");