Searched refs:LZ4_compressHC_continue_generic (Results 1 - 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
H A D | lz4hc.c | 1112 LZ4_compressHC_continue_generic (LZ4_streamHC_t* LZ4_streamHCPtr, in LZ4_compressHC_continue_generic() function 1118 DEBUGLOG(5, "LZ4_compressHC_continue_generic(ctx=%p, src=%p, srcSize=%d, limit=%d)", in LZ4_compressHC_continue_generic() 1154 return LZ4_compressHC_continue_generic (LZ4_streamHCPtr, src, dst, &srcSize, dstCapacity, limitedOutput); in LZ4_compress_HC_continue() 1156 return LZ4_compressHC_continue_generic (LZ4_streamHCPtr, src, dst, &srcSize, dstCapacity, notLimited); in LZ4_compress_HC_continue() 1161 return LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, fillOutput); in LZ4_compress_HC_continue_destSize()
|
Completed in 4 milliseconds