Home
last modified time | relevance | path

Searched refs:LZ4_decompress_safe_partial (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.h319 LZ4LIB_API int LZ4_decompress_safe_partial (const char* src, char* dst, int srcSize, int targetOutp…
Dlz4.c2388 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()