Home | History | Annotate | Download | only in util

Lines Matching refs:match_limit

51 void PCRE::Init(const char* pattern, Option options, int match_limit,
55 match_limit_ = match_limit;
88 Init(pattern.c_str(), re_option.option(), re_option.match_limit(),
93 Init(pattern, re_option.option(), re_option.match_limit(),
469 int match_limit = match_limit_;
470 if (match_limit <= 0) {
471 match_limit = FLAGS_regexp_match_limit;
480 if (match_limit > 0) {
482 extra.match_limit = match_limit;
520 PCREPORT(WARNING) << "Exceeded match limit of " << match_limit