Searched defs:maxOutputSize (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 921 const int maxOutputSize, in LZ4_compress_generic_validated() 1367 …xtState(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceler… in LZ4_compress_fast_extState() 1657 int inputSize, int maxOutputSize, in LZ4_compress_fast_continue() 2408 …ecompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOutputSize) in LZ4_decompress_safe_withPrefix64k() 2433 …ompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, int maxOutputSize, in LZ4_decompress_safe_withSmallPrefix() 2453 int compressedSize, int maxOutputSize, in LZ4_decompress_safe_forceExtDict() 2487 …4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutputSize, in LZ4_decompress_safe_doubleDict() 2560 …mDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutputSize) in LZ4_decompress_safe_continue() 2648 …_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const char*… in LZ4_decompress_safe_usingDict() 2693 int LZ4_compress_limitedOutput(const char* source, char* dest, int inputSize, int maxOutputSize) in LZ4_compress_limitedOutput() [all …]
|