Searched defs:maxDstSize (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/lib/ |
D | lz4hc.c | 1204 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput() 1206 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput() 1208 …t_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compressHC_limitedOutput_withStateHC() 1210 …t_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) {… in LZ4_compressHC2_limitedOutput_withStateHC() 1212 …tinue (LZ4_streamHC_t* ctx, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compressHC_limitedOutput_continue()
|