Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress()
H A Dstreaming_compression.c34 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_simple_compression.c52 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
H A Dmultiple_streaming_compression.c38 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
H A Dstreaming_compression_thread_pool.c46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h285 #define ZSTD_createCCtx zfs_ZSTD_createCCtx macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h221 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
H A Dzstd.c3281 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
13148 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h201 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced()
H A Dfileio.c933 ress.cctx = ZSTD_createCCtx(); in FIO_createCResources()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c163 ZSTD_CCtx* const ctx = ZSTD_createCCtx(); in BMK_benchMem()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.c811 cctx = ZSTD_createCCtx(); in COVER_checkTotalCompressedSize()
H A Dzdict.c747 esr.zc = ZSTD_createCCtx(); in ZDICT_analyzeEntropy()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c77 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function
3574 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress()