Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dzstd.h831 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
/linux-4.19.296/lib/zstd/
Ddecompress.c297 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function
341 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize()
2508 EXPORT_SYMBOL(ZSTD_getFrameContentSize);