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

/freebsd-current/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c77 ZSTD_freeDCtx(dctx);
H A Ddictionary_decompression.c72 ZSTD_freeDCtx(dctx);
H A Dstreaming_memory_usage.c131 ZSTD_freeDCtx(dctx);
/freebsd-current/sys/geom/uzip/
H A Dg_uzip_zstd.c90 rc = ZSTD_freeDCtx(sc->guz_dctx);
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h393 #define ZSTD_freeDCtx zfs_ZSTD_freeDCtx macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c161 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
826 ZSTD_freeDCtx(dctx);
1283 return ZSTD_freeDCtx(zds);
/freebsd-current/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c662 ZSTD_freeDCtx(dctx);
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c319 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
1094 ZSTD_freeDCtx(dctx);
1571 return ZSTD_freeDCtx(zds);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h220 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
1940 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c293 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
2533 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
3386 ZSTD_freeDCtx(zbc->zc);
3611 ZSTD_freeDCtx(dctx);
3647 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); }
H A Dzstd_v03.c3045 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
3144 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx);
H A Dzstd_v02.c3403 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
3502 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx);
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c576 ZSTD_freeDCtx(dctx);
/freebsd-current/sys/contrib/zstd/lib/
H A Dzstd.h227 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); /* accept NULL pointer */
1022 * freed with ZSTD_freeDCtx().
2153 * allocation for the hash table. ZSTD_freeDCtx() also frees this memory.
2425 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchzstd.c624 ZSTD_freeDCtx(dctx);

Completed in 383 milliseconds