Home
last modified time | relevance | path

Searched refs:ZSTD_freeCCtx (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/zstd/examples/
H A Ddictionary_compression.c53 ZSTD_freeCCtx(cctx); /* never fails */ in compress()
H A Dstreaming_compression.c86 ZSTD_freeCCtx(cctx); in compressFile_orDie()
H A Dstreaming_memory_usage.c132 ZSTD_freeCCtx(cctx); in main()
H A Dmultiple_simple_compression.c61 ZSTD_freeCCtx(ress.cctx); /* never fails */ in freeResources()
H A Dmultiple_streaming_compression.c52 ZSTD_freeCCtx(ress.cctx); in freeResources()
H A Dstreaming_compression_thread_pool.c105 ZSTD_freeCCtx(cctx); in compressFile_orDie()
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h352 #define ZSTD_freeCCtx zfs_ZSTD_freeCCtx macro
/f-stack/freebsd/kern/
H A Dsubr_compressor.c482 ZSTD_freeCCtx(s->zst_stream); in zstdio_fini()
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c415 ZSTD_freeCCtx(cctx); in zfs_zstd_compress()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h222 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx);
H A Dzstd.c3282 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx);
13231 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() function
16713 return ZSTD_freeCCtx(zcs); /* same object */ in ZSTD_freeCStream()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h202 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx);
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c623 ZSTD_freeCCtx(cctx); in BMK_benchMemAdvanced()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c560 ZSTD_freeCCtx(ctx); in BMK_benchMem()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c352 ZSTD_freeCCtx(pool->cctx[cid]); /* note : compatible with free on NULL */ in ZSTDMT_freeCCtxPool()
433 ZSTD_freeCCtx(cctx); in ZSTDMT_releaseCCtx()
H A Dzstd_compress.c160 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() function
3577 ZSTD_freeCCtx(cctx); in ZSTD_compress()
3971 return ZSTD_freeCCtx(zcs); /* same object */ in ZSTD_freeCStream()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.c831 ZSTD_freeCCtx(cctx); in COVER_checkTotalCompressedSize()
H A Dzdict.c879 ZSTD_freeCCtx(esr.zc); in ZDICT_analyzeEntropy()