Searched refs:ZSTD_CCtxParams_init (Results 1 – 2 of 2) sorted by relevance
1968 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
275 ZSTD_CCtxParams_init(&cctxParams, ZSTD_CLEVEL_DEFAULT); in ZSTD_makeCCtxParamsFromCParams()299 ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_createCCtxParams_advanced()318 return ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_CCtxParams_reset()321 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() function4766 ZSTD_CCtxParams_init(&cctxParams, 0); in ZSTD_createCDict_advanced()4907 ZSTD_CCtxParams_init(¶ms, 0); in ZSTD_initStaticCDict()