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

/freebsd-13-stable/sys/contrib/zstd/examples/
H A Ddictionary_decompression.c72 ZSTD_freeDCtx(dctx);
H A Dstreaming_decompression.c77 ZSTD_freeDCtx(dctx);
H A Dstreaming_memory_usage.c131 ZSTD_freeDCtx(dctx);
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip_zstd.c93 rc = ZSTD_freeDCtx(sc->guz_dctx);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h356 #define ZSTD_freeDCtx zfs_ZSTD_freeDCtx macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c525 ZSTD_freeDCtx(dctx);
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c169 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
835 ZSTD_freeDCtx(dctx);
1301 return ZSTD_freeDCtx(zds);
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h245 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
1965 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
H A Dzstd.c3305 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
5025 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
24667 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c296 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
2537 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
3390 ZSTD_freeDCtx(zbc->zc);
3615 ZSTD_freeDCtx(dctx);
3651 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); }
H A Dzstd_v03.c3049 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
3148 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx);
H A Dzstd_v02.c3407 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
3506 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx);
/freebsd-13-stable/sys/contrib/zstd/lib/
H A Dzstd.h225 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
2241 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchzstd.c624 ZSTD_freeDCtx(dctx);
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c561 ZSTD_freeDCtx(dctx);

Completed in 333 milliseconds