Home | History | Annotate | Download | only in programs

Lines Matching refs:LZ4_compressHC_limitedOutput_withStateHC

486         ret = LZ4_compressHC_limitedOutput_withStateHC(stateLZ4HC, block, compressedBuffer, blockSize, HCcompressedSize);
487 FUZ_CHECKTEST(ret==0, "LZ4_compressHC_limitedOutput_withStateHC() failed despite sufficient space");