Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/zstd/examples/
HDstreaming_decompression.c77 ZSTD_freeDCtx(dctx); in decompressFile_orDie()
HDdictionary_decompression.c72 ZSTD_freeDCtx(dctx); in decompress()
HDstreaming_memory_usage.c131 ZSTD_freeDCtx(dctx); in main()
/freebsd-13-stable/sys/geom/uzip/
HDg_uzip_zstd.c91 rc = ZSTD_freeDCtx(sc->guz_dctx); in guz_zstd_free()
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
HDzstd_compat_wrapper.h296 #define ZSTD_freeDCtx zfs_ZSTD_freeDCtx macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/
HDzfs_zstd.c546 ZSTD_freeDCtx(dctx); in zfs_zstd_decompress_level()
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
HDzstd_decompress.c169 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
835 ZSTD_freeDCtx(dctx); in ZSTD_decompress()
1301 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
HDzstd_v04.c2537 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
3390 ZSTD_freeDCtx(zbc->zc); in ZBUFF_freeDCtx()
3615 ZSTD_freeDCtx(dctx); in ZSTDv04_decompress()
3651 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } in ZSTDv04_freeDCtx()
HDzstd_v03.c3049 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
3148 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx); in ZSTDv03_freeDCtx()
HDzstd_v02.c3407 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
3506 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx); in ZSTDv02_freeDCtx()
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.h245 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
HDzstd.c3305 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
24665 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
25330 ZSTD_freeDCtx(dctx); in ZSTD_decompress()
25787 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
/freebsd-13-stable/sys/contrib/zstd/lib/
HDzstd.h225 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
/freebsd-13-stable/sys/contrib/zstd/programs/
HDbenchzstd.c624 ZSTD_freeDCtx(dctx); in BMK_benchMemAdvanced()
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
HDzwrapbench.c561 ZSTD_freeDCtx(dctx); in BMK_benchMem()