Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h442 #define ZSTD_sizeof_DCtx zfs_ZSTD_sizeof_DCtx macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1036 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx);
H A Dzstd.c4096 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx);
24584 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx() function
25987 return ZSTD_sizeof_DCtx(dctx); in ZSTD_sizeof_DStream()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1035 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx);
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c78 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx() function
1526 return ZSTD_sizeof_DCtx(dctx); in ZSTD_sizeof_DStream()