Home
last modified time | relevance | path

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

/linux/lib/zstd/
H A Dzstd_compress_module.c170 return ZSTD_freeCCtx(cctx); in zstd_free_cctx()
/linux/include/linux/
H A Dzstd_lib.h261 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* compatible with NULL pointer */
/linux/lib/zstd/compress/
H A Dzstd_compress.c176 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() function
5398 ZSTD_freeCCtx(cctx); in ZSTD_compress()
5831 return ZSTD_freeCCtx(zcs); /* same object */ in ZSTD_freeCStream()