Searched refs:ZSTD_freeDCtx (Results 1 – 15 of 15) sorted by relevance
77 ZSTD_freeDCtx(dctx); in decompressFile_orDie()
72 ZSTD_freeDCtx(dctx); in decompress()
131 ZSTD_freeDCtx(dctx); in main()
90 rc = ZSTD_freeDCtx(sc->guz_dctx); in guz_zstd_free()
394 #define ZSTD_freeDCtx zfs_ZSTD_freeDCtx macro
162 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function827 ZSTD_freeDCtx(dctx); in ZSTD_decompress()1284 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
730 ZSTD_freeDCtx(dctx); in zfs_zstd_decompress_level_buf()
2533 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function3386 ZSTD_freeDCtx(zbc->zc); in ZBUFF_freeDCtx()3611 ZSTD_freeDCtx(dctx); in ZSTDv04_decompress()3647 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } in ZSTDv04_freeDCtx()
3045 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function3144 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx); in ZSTDv03_freeDCtx()
3403 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function3502 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx); in ZSTDv02_freeDCtx()
319 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function1094 ZSTD_freeDCtx(dctx); in ZSTD_decompress()1571 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
221 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx);
227 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); /* accept NULL pointer */
624 ZSTD_freeDCtx(dctx); in BMK_benchMemAdvanced()
576 ZSTD_freeDCtx(dctx); in BMK_benchMem()