Home | History | Annotate | Download | only in dist

Lines Matching refs:match_limit

724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
6492 md->match_limit = MATCH_LIMIT;
6508 md->match_limit = extra_data->match_limit;
6518 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)
6519 md->match_limit = re->limit_match;