Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_decompression.c77 ZSTD_freeDCtx(dctx); in decompressFile_orDie()
H A Ddictionary_decompression.c72 ZSTD_freeDCtx(dctx); in decompress()
H A Dstreaming_memory_usage.c131 ZSTD_freeDCtx(dctx); in main()
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h356 #define ZSTD_freeDCtx zfs_ZSTD_freeDCtx macro
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c525 ZSTD_freeDCtx(dctx); in zfs_zstd_decompress_level()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_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()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_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()
H A Dzstd_v03.c3049 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
3148 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx); in ZSTDv03_freeDCtx()
H A Dzstd_v02.c3407 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
3506 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx); in ZSTDv02_freeDCtx()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h245 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
H A Dzstd.c3305 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
24667 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
25332 ZSTD_freeDCtx(dctx); in ZSTD_decompress()
25789 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h225 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c624 ZSTD_freeDCtx(dctx); in BMK_benchMemAdvanced()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c561 ZSTD_freeDCtx(dctx); in BMK_benchMem()