Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h56 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c925 ZSTDMT_freeCCtx(mtctx); in ZSTDMT_createCCtx_advanced_internal()
984 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_freeCCtx() function
H A Dzstd_compress.c155 ZSTDMT_freeCCtx(cctx->mtctx); cctx->mtctx = NULL; in ZSTD_freeCCtxContent()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9806 ZSTDMT_API size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx);
13226 ZSTDMT_freeCCtx(cctx->mtctx); cctx->mtctx = NULL; in ZSTD_freeCCtxContent()