Home
last modified time | relevance | path

Searched refs:maxDstSize (Results 1 – 4 of 4) sorted by relevance

/external/lz4/lib/
Dlz4hc.c523 …_extStateHC (void* state, const char* src, char* dst, int srcSize, int maxDstSize, int compression… in LZ4_compress_HC_extStateHC() argument
528 if (maxDstSize < LZ4_compressBound(srcSize)) in LZ4_compress_HC_extStateHC()
529 …return LZ4HC_compress_generic (ctx, src, dst, srcSize, maxDstSize, compressionLevel, limitedOutput… in LZ4_compress_HC_extStateHC()
531 … return LZ4HC_compress_generic (ctx, src, dst, srcSize, maxDstSize, compressionLevel, noLimit); 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() argument
542 …int const cSize = LZ4_compress_HC_extStateHC(statePtr, src, dst, srcSize, maxDstSize, compressionL… in LZ4_compress_HC()
671 …nst char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC(src, dst, srcSize,… in LZ4_compressHC_limitedOutput() argument
673 …ar* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC(src, dst, sr… in LZ4_compressHC2_limitedOutput() argument
675 … src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_extStateHC (state, src, dst… in LZ4_compressHC_limitedOutput_withStateHC() argument
677 …char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC_extStateHC(state, src… in LZ4_compressHC2_limitedOutput_withStateHC() argument
[all …]
Dlz4hc.h79 …C_extStateHC(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int compression…
101 …HC_continue (LZ4_streamHC_t* streamHCPtr, const char* src, char* dst, int srcSize, int maxDstSize);
Dlz4.h259 …(LZ4_stream_t* streamPtr, const char* src, char* dst, int srcSize, int maxDstSize, int acceleratio…
455 …LZ4_decompress_safe_withPrefix64k (const char* src, char* dst, int compressedSize, int maxDstSize);
Dlz4.c1407 …rc, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_fast_continue(LZ4_stream, src, d… in LZ4_compress_limitedOutput_continue() argument