Home
last modified time | relevance | path

Searched defs:maxDstSize (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4hc.c523 …HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize, int compressi… in LZ4_compress_HC_extStateHC()
534 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int maxDstSize, int compressionLevel) in LZ4_compress_HC()
671 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput()
673 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput()
675 …t_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compressHC_limitedOutput_withStateHC()
677 …t_withStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) {… in LZ4_compressHC2_limitedOutput_withStateHC()
679 …tinue (LZ4_streamHC_t* ctx, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compressHC_limitedOutput_continue()
Dlz4.c1407 … (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_… in LZ4_compress_limitedOutput_continue()