Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c1251 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe()
1256 …(const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDecompressedSize) in LZ4_decompress_safe_partial()
Dlz4frame.c961 …mpress_safe (const char* source, char* dest, int compressedSize, int maxDecompressedSize, const ch… in LZ4F_decompress_safe()