Home
last modified time | relevance | path

Searched defs:ZSTD_nextSrcSizeToDecompress (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h425 #define ZSTD_nextSrcSizeToDecompress zfs_ZSTD_nextSrcSizeToDecompress macro
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c849 size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expected; } in ZSTD_nextSrcSizeToDecompress() function
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c3055 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress() function
H A Dzstd_v04.c3195 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress() function
H A Dzstd_v02.c3413 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c25346 size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expected; } in ZSTD_nextSrcSizeToDecompress() function