Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h409 #define ZSTD_getFrameContentSize zfs_ZSTD_getFrameContentSize macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c570 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function
661 { unsigned long long const fcs = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize()
693 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
1102 unsigned long long const expectedSize = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_decompressMultiFrame()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c569 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function
660 { unsigned long long const fcs = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize()
692 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
1101 unsigned long long const expectedSize = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_decompressMultiFrame()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h206 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h205 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
/freebsd/sys/contrib/zstd/
H A DCHANGELOG571 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
612 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c3206 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames()