OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_createCCtxParams
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/zstd/dist/examples/
streaming_memory_usage.c
69
ZSTD_CCtx_params* const cctxParams =
ZSTD_createCCtxParams
();
70
CHECK(cctxParams != NULL, "
ZSTD_createCCtxParams
() failed!");
/src/external/bsd/zstd/dist/tests/
roundTripCrash.c
86
ZSTD_CCtx_params* const cctxParams =
ZSTD_createCCtxParams
();
fuzzer.c
2104
ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
2123
ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
2146
ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
2167
ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
2319
{ ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
3183
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
3210
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
3237
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
4549
ZSTD_CCtx_params* cctx_params =
ZSTD_createCCtxParams
();
zstreamtest.c
356
{ ZSTD_CCtx_params* const params =
ZSTD_createCCtxParams
();
2366
ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
2418
ZSTD_CCtx_params* params =
ZSTD_createCCtxParams
();
2873
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
/src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c
267
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
269
if (!cctxParams) EXM_THROW(1, "
ZSTD_createCCtxParams
() allocation failure");
/src/external/bsd/zstd/dist/lib/
zstd.h
2369
* -
ZSTD_createCCtxParams
() : Create a ZSTD_CCtx_params structure
2384
ZSTDLIB_STATIC_API ZSTD_CCtx_params*
ZSTD_createCCtxParams
(void);
/src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.c
210
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
/src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c
1067
ZSTD_CCtx_params* cctxParams =
ZSTD_createCCtxParams
();
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
341
ZSTD_CCtx_params*
ZSTD_createCCtxParams
(void)
Completed in 38 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026