Home
last modified time | relevance | path

Searched refs:ZSTD_freeCCtx (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/
Dzstd_internal.h266 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx);
Dcompress.c132 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx) in ZSTD_freeCCtx() function
2858 ZSTD_freeCCtx(cctx); in ZSTD_createCDict_advanced()
2882 ZSTD_freeCCtx(cctx); in ZSTD_createCDict_advanced()
2905 ZSTD_freeCCtx(cdict->refContext); in ZSTD_freeCDict()
3008 ZSTD_freeCCtx(zcs->cctx); in ZSTD_freeCStream()