ZSTD_rowMatchFinderUsed
if (ZSTD_rowMatchFinderUsed(cPar.strategy, useRowMatchFinder)) {
size_t const lazyAdditionalSpace = ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder)
if (ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder)) {
if (ZSTD_rowMatchFinderUsed(cdict_cParams->strategy, cdict->useRowMatchFinder)) {
return forDDSDict || ((strategy != ZSTD_fast) && !ZSTD_rowMatchFinderUsed(strategy, useRowMatchFinder));
if (ZSTD_rowMatchFinderUsed(strat, useRowMatchFinder)) {