Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_setParameter (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/lib/zstd/
Dzstd_compress_module.c34 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
36 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
38 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
40 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
42 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
44 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
46 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
48 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
50 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
52 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
/linux-6.12.1/include/linux/
Dzstd_lib.h462 ZSTDLIB_API size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value);
/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c621 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter() function
5169 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict()
5184 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize()
5194 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()