ZSTD_rowMatchFinderSupported
if (ZSTD_rowMatchFinderSupported(cParams.strategy)) {
if (ZSTD_rowMatchFinderSupported(cParams.strategy)) {
return ZSTD_rowMatchFinderSupported(strategy) && (mode == ZSTD_ps_enable);
if (!ZSTD_rowMatchFinderSupported(cParams->strategy)) return mode;