Home
last modified time | relevance | path

Searched refs:ZSTDMT_sizeof_CCtx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h58 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c1030 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx() function
H A Dzstd_compress.c194 return ZSTDMT_sizeof_CCtx(cctx->mtctx); in ZSTD_sizeof_mtctx()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c167 return ZSTDMT_sizeof_CCtx(cctx->mtctx); in ZSTD_sizeof_mtctx()