Searched refs:targetDestSize (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.c | 936 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() argument 942 …mpress_generic(&ctx->internal_donotuse, source, dest, sourceSizePtr, targetDestSize, cLevel, fillO… in LZ4_compress_HC_destSize() 1117 … (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int* srcSizePtr, int targetDestSize) in LZ4_compress_HC_continue_destSize() argument 1119 …return LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, fill… in LZ4_compress_HC_continue_destSize()
|