Home | History | Annotate | Download | only in src

Lines Matching refs:match_limit

726 if (mb->match_call_count++ >= mb->match_limit) return PCRE2_ERROR_MATCHLIMIT;
6285 mb->match_limit = (mcontext->match_limit < re->limit_match)?
6286 mcontext->match_limit : re->limit_match;