Searched refs:ZSTD_createCCtx (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_zstd.c62 cctx = ZSTD_createCCtx();
/freebsd-13-stable/sys/contrib/zstd/examples/
H A Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
44 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
H A Dstreaming_compression.c34 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
35 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
H A Dmultiple_simple_compression.c52 ress.cctx = ZSTD_createCCtx();
53 CHECK(ress.cctx != NULL, "ZSTD_createCCtx() failed!");
H A Dmultiple_streaming_compression.c38 ress.cctx = ZSTD_createCCtx();
39 CHECK(ress.cctx != NULL, "ZSTD_createCCtx() failed!");
H A Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
85 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
H A Dstreaming_compression_thread_pool.c46 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
47 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h285 #define ZSTD_createCCtx zfs_ZSTD_createCCtx macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h221 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
1922 Use ZSTD_createCCtx() / ZSTD_freeCCtx() to manage resource.
2084 + Use ZSTD_createCCtx() and ZSTD_createDCtx()
H A Dzstd.c3281 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
4982 Use ZSTD_createCCtx() / ZSTD_freeCCtx() to manage resource.
5144 + Use ZSTD_createCCtx() and ZSTD_createDCtx()
9861 * The function must be called typically after ZSTD_createCCtx() but __before ZSTDMT_init*() !__
13148 ZSTD_CCtx* ZSTD_createCCtx(void) function
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/
H A Dzstd.h201 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
2198 Use ZSTD_createCCtx() / ZSTD_freeCCtx() to manage resource.
2360 + Use ZSTD_createCCtx() and ZSTD_createDCtx()
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchzstd.c585 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
H A Dfileio.c933 ress.cctx = ZSTD_createCCtx();
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c163 ZSTD_CCtx* const ctx = ZSTD_createCCtx();
/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c811 cctx = ZSTD_createCCtx();
H A Dzdict.c747 esr.zc = ZSTD_createCCtx();
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c77 ZSTD_CCtx* ZSTD_createCCtx(void) function
3574 ZSTD_CCtx* cctx = ZSTD_createCCtx();
3575 RETURN_ERROR_IF(!cctx, memory_allocation, "ZSTD_createCCtx failed");

Completed in 239 milliseconds