Home
last modified time | relevance | path

Searched refs:ZSTD_createCCtx (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.bin/mkuzip/
H A Dmkuz_zstd.c60 cctx = ZSTD_createCCtx(); in mkuz_zstd_init()
/freebsd/sys/contrib/zstd/examples/
H A Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress()
H A Dmultiple_simple_compression.c52 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
H A Dstreaming_compression.c37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
H A Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main()
H A Dmultiple_streaming_compression.c38 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
H A Dstreaming_compression_thread_pool.c48 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp171 ZSTD_CCtx *Cctx = ZSTD_createCCtx(); in compress()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h206 #define ZSTD_createCCtx zfs_ZSTD_createCCtx macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h197 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h203 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced()
H A Dfileio.c989 ress.cctx = ZSTD_createCCtx(); in FIO_createCResources()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp401 ZSTD_CCtx *cctx = ZSTD_createCCtx(); in maybeCompress()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c819 cctx = ZSTD_createCCtx(); in COVER_checkTotalCompressedSize()
H A Dzdict.c772 esr.zc = ZSTD_createCCtx(); in ZDICT_analyzeEntropy()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c163 ZSTD_CCtx* const ctx = ZSTD_createCCtx(); in BMK_benchMem()
/freebsd/sys/contrib/zstd/
H A DCONTRIBUTING.md440 - for example : `ZSTD_createCCtx()`
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c92 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function
4740 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c65 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function