Searched refs:ZSTD_c_compressionLevel (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 420 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds() 644 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized() 707 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter() 763 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter() 990 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter() 5943 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict() 5958 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize() 5968 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()
|
| /linux/include/linux/ |
| H A D | zstd_lib.h | 334 … ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator
|