Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dzstd_lib.h187 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* accept NULL pointer */
/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c154 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() function
3548 ZSTD_freeCCtx(cctx); in ZSTD_compress()
3939 return ZSTD_freeCCtx(zcs); /* same object */ in ZSTD_freeCStream()