Searched refs:ZSTD_getDecompressedSize (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h148 * note 6 : This function replaces ZSTD_getDecompressedSize() */
153 /*! ZSTD_getDecompressedSize() :
155 * Both functions work the same way, but ZSTD_getDecompressedSize() blends
159 ZSTDLIB_API unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c627 /* ZSTD_getDecompressedSize() :
635 unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize) function

Completed in 106 milliseconds