Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/
Dzstd_compress_module.c117 return ZSTD_freeCCtx(cctx); in zstd_free_cctx()
/linux-6.12.1/include/linux/
Dzstd_lib.h195 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* accept NULL pointer */
/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c169 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() function
4630 ZSTD_freeCCtx(cctx); in ZSTD_compress()
5057 return ZSTD_freeCCtx(zcs); /* same object */ in ZSTD_freeCStream()