Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c208 ZSTD_CCtxParams_init(&cctxParams, ZSTD_CLEVEL_DEFAULT); in ZSTD_makeCCtxParamsFromCParams()
232 ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_createCCtxParams_advanced()
251 return ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_CCtxParams_reset()
254 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() function
3680 ZSTD_CCtxParams_init(&cctxParams, 0); in ZSTD_createCDict_advanced()
3814 ZSTD_CCtxParams_init(&params, 0); in ZSTD_initStaticCDict()
/Linux-v6.1/include/linux/
Dzstd_lib.h1857 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);