Searched refs:ZSTD_ps_disable (Results 1 – 4 of 4) sorted by relevance
236 mode = ZSTD_ps_disable; in ZSTD_resolveRowMatchFinderMode()286 return ZSTD_ps_disable; in ZSTD_resolveExternalRepcodeSearch()497 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()546 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()577 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()587 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()597 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()612 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()1712 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCCtxSize_usingCParams()1774 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCStreamSize_usingCParams()[all …]
682 case ZSTD_ps_disable: in ZSTD_literalsCompressionIsDisabled()
80 return optPtr->literalCompressionMode != ZSTD_ps_disable; in ZSTD_compressedLiterals()
1425 ZSTD_ps_disable = 2 /* Do not use the feature */ enumerator