Searched refs:ZSTD_c_compressionLevel (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/lib/zstd/compress/ |
D | zstd_compress.c | 310 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds() 493 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized() 548 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter() 596 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter() 778 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter() 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()
|
/linux-5.19.10/include/linux/ |
D | zstd_lib.h | 261 … ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator
|