Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dsymbols.c31 &ZSTD_getFrameContentSize,
H A Dfuzzer.c325 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
513 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
820 { U64 const contentSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
/freebsd-12.1/sys/contrib/zstd/
H A DNEWS74 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
115 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
/freebsd-12.1/sys/contrib/zstd/lib/
H A Dzstd.h119 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c406 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function
451 { unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize()
483 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c1826 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in getFileInfo_fileConfirmed()