Searched defs:dstCapacity (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 1335 const int dstCapacity, in LZ4_compress_generic() 1399 …tate_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int accelera… in LZ4_compress_fast_extState_fastReset() 1438 int LZ4_compress_fast(const char* src, char* dest, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast() 1457 int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_default() 2388 …safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial() 2416 …refix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial_withPrefix64k() 2442 …llPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_withSmallPrefix() 2464 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict() 2663 … char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const char* … in LZ4_decompress_safe_partial_usingDict() 2709 …utput_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_limitedOutput_continue()
|