Searched refs:ZSTD_c_compressionLevel (Results 1 – 2 of 2) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 382 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds() 580 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized() 638 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter() 689 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter() 886 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter() 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()
|
/linux/include/linux/ |
H A D | zstd_lib.h | 268 … ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator
|