Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h58 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c1002 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx() function
H A Dzstd_compress.c179 return ZSTDMT_sizeof_CCtx(cctx->mtctx); in ZSTD_sizeof_mtctx()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9808 ZSTDMT_API size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx);
13250 return ZSTDMT_sizeof_CCtx(cctx->mtctx); in ZSTD_sizeof_mtctx()