Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h267 size_t ZSTD_freeDCtx(ZSTD_DCtx *dctx);
H A Ddecompress.c147 size_t ZSTD_freeDCtx(ZSTD_DCtx *dctx) in ZSTD_freeDCtx() function
2262 ZSTD_freeDCtx(zds->dctx); in ZSTD_freeDStream()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c309 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
1047 ZSTD_freeDCtx(dctx); in ZSTD_decompress()
1521 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h218 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); /* accept NULL pointer */
1013 * freed with ZSTD_freeDCtx().
2132 * allocation for the hash table. ZSTD_freeDCtx() also frees this memory.
2404 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.

Completed in 13 milliseconds