Searched refs:LZ4_decompress_safe_partial (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.h | 319 LZ4LIB_API int LZ4_decompress_safe_partial (const char* src, char* dst, int srcSize, int targetOutp…
|
D | lz4.c | 2388 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial() function 2666 … return LZ4_decompress_safe_partial(source, dest, compressedSize, targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial_usingDict()
|