Searched refs:LZ4_compress_HC_continue (Results 1 – 7 of 7) sorted by relevance
/external/lz4/tests/ |
D | fuzzer.c | 829 …blockContinueCompressedSize = LZ4_compress_HC_continue(&LZ4dictHC, block, compressedBuffer, blockS… in FUZ_test() 834 …ret = LZ4_compress_HC_continue(&LZ4dictHC, block, compressedBuffer, blockSize, blockContinueCompre… in FUZ_test() 839 …ret = LZ4_compress_HC_continue(&LZ4dictHC, block, compressedBuffer, blockSize, blockContinueCompre… in FUZ_test() 862 …blockContinueCompressedSize = LZ4_compress_HC_continue(&LZ4_streamHC, block, compressedBuffer, blo… in FUZ_test() 868 …ret = LZ4_compress_HC_continue(&LZ4_streamHC, block, compressedBuffer, blockSize, blockContinueCom… in FUZ_test() 874 …ret = LZ4_compress_HC_continue(&LZ4_streamHC, block, compressedBuffer, blockSize, blockContinueCom… in FUZ_test() 881 …ret = LZ4_compress_HC_continue(&LZ4_streamHC, block, compressedBuffer, blockSize, blockContinueCom… in FUZ_test() 1066 …result = LZ4_compress_HC_continue(&sHC, testInput, testCompressed, testCompressedSize, testCompres… in FUZ_unitTests() 1078 …result = LZ4_compress_HC_continue(&sHC, testInput + 64 KB, testCompressed, testCompressedSize, tes… in FUZ_unitTests() 1092 …result1 = LZ4_compress_HC_continue(&sHC, testInput + segSize, testCompressed, segSize, segSize -1); in FUZ_unitTests() [all …]
|
D | fullbench.c | 266 return LZ4_compress_HC_continue(&LZ4_streamHC, in, out, inSize, LZ4_compressBound(inSize)); in local_LZ4_compress_HC_continue()
|
/external/lz4/lib/dll/ |
D | liblz4.def | 28 LZ4_compress_HC_continue
|
/external/lz4/examples/ |
D | HCStreaming_ringBuffer.c | 71 … const int cmpBytes = LZ4_compress_HC_continue(lz4Stream, inpPtr, cmpBuf, inpBytes, CMPBUFSIZE); in test_compress()
|
/external/lz4/lib/ |
D | lz4hc.h | 101 LZ4LIB_API int LZ4_compress_HC_continue (LZ4_streamHC_t* streamHCPtr, const char* src, char* dst, i…
|
D | lz4hc.c | 990 int LZ4_compress_HC_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcS… in LZ4_compress_HC_continue() function 1040 …eamHC_t* ctx, const char* src, char* dst, int srcSize) { return LZ4_compress_HC_continue (ctx, src… in LZ4_compressHC_continue() 1041 …nst char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_continue (ctx, src… in LZ4_compressHC_limitedOutput_continue()
|
D | lz4frame.c | 761 return LZ4_compress_HC_continue((LZ4_streamHC_t*)ctx, src, dst, srcSize, dstCapacity); in LZ4F_compressBlockHC() 769 return LZ4_compress_HC_continue((LZ4_streamHC_t*)ctx, src, dst, srcSize, dstCapacity); in LZ4F_compressBlockHC_continue()
|