Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map249 ZSTD_getFrameContentSize;
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c345 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function
404 { unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize()
436 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
/dragonfly/contrib/zstd/lib/
H A Dzstd.h159 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
/dragonfly/contrib/zstd/
H A DCHANGELOG324 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
365 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
/dragonfly/contrib/zstd/programs/
H A Dfileio.c2840 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames()