Home
last modified time | relevance | path

Searched refs:ZSTD_CCtxParams_init (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dzstd_lib.h2361 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
/linux/lib/zstd/compress/
H A Dzstd_compress.c303 ZSTD_CCtxParams_init(&cctxParams, ZSTD_CLEVEL_DEFAULT); in ZSTD_makeCCtxParamsFromCParams()
331 ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_createCCtxParams_advanced()
350 return ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_CCtxParams_reset()
353 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() function
5537 ZSTD_CCtxParams_init(&cctxParams, 0); in ZSTD_createCDict_advanced()
5675 ZSTD_CCtxParams_init(&params, 0); in ZSTD_initStaticCDict()