ZSTD_ps_disable
initialParams.useRowMatchFinder = ZSTD_ps_disable;
initialParams.useRowMatchFinder = ZSTD_ps_disable;
mode = ZSTD_ps_disable;
return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_disable;
return (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27) ? ZSTD_ps_enable : ZSTD_ps_disable;
return ZSTD_ps_disable;
assert(zc->appliedParams.ldmParams.enableLdm == ZSTD_ps_disable);
bounds.upperBound = (int)ZSTD_ps_disable;
ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable);
bounds.upperBound = (int)ZSTD_ps_disable;
bounds.upperBound = (int)ZSTD_ps_disable;
bounds.upperBound = (int)ZSTD_ps_disable;
bounds.upperBound = (int)ZSTD_ps_disable;
bounds.upperBound = (int)ZSTD_ps_disable;
if (externalRepSearch == ZSTD_ps_disable) {
if (externalRepSearch == ZSTD_ps_disable && idx != startIdx) {
case ZSTD_ps_disable:
return optPtr->literalCompressionMode != ZSTD_ps_disable;