Home
last modified time | relevance | path

Searched refs:ZSTD_freeCCtx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h266 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx);
H A 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()
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h195 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* accept NULL pointer */
2360 Use ZSTD_createCCtx() / ZSTD_freeCCtx() to manage resource.
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c169 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() function
4630 ZSTD_freeCCtx(cctx); in ZSTD_compress()
5055 return ZSTD_freeCCtx(zcs); /* same object */ in ZSTD_freeCStream()

Completed in 22 milliseconds