Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/include/linux/
Dzstd_lib.h451 ZSTDLIB_API size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value);
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c531 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter() function
4051 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict()
4066 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize()
4076 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()