Searched refs:ZSTD_rowMatchFinderUsed (Results 1 – 1 of 1) sorted by relevance
223 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_ParamSwitch_e mode) { in ZSTD_rowMatchFinderUsed() function257 …return forDDSDict || ((strategy != ZSTD_fast) && !ZSTD_rowMatchFinderUsed(strategy, useRowMatchFin… in ZSTD_allocateChainTable()1533 if (ZSTD_rowMatchFinderUsed(cPar.strategy, useRowMatchFinder)) { in ZSTD_adjustCParams_internal()1614 size_t const lazyAdditionalSpace = ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder) in ZSTD_sizeof_matchState()1958 if (ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder)) { in ZSTD_reset_matchState()2374 if (ZSTD_rowMatchFinderUsed(cdict_cParams->strategy, cdict->useRowMatchFinder)) { in ZSTD_resetCCtx_byCopyingCDict()3035 if (ZSTD_rowMatchFinderUsed(strat, useRowMatchFinder)) { in ZSTD_selectBlockCompressor()