Searched refs:match_limit_ (Results 1 – 3 of 3) sorted by relevance
363 match_limit_(0), in RE_Options()378 match_limit_(0), in RE_Options()385 int match_limit() const { return match_limit_; }; in match_limit()387 match_limit_ = limit; in set_match_limit()480 int match_limit_; variable
510 int match_limit_; // Limit on execution resources variable531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()537 int match_limit() const { return match_limit_; } in match_limit()539 match_limit_ = match_limit; in set_match_limit()554 int match_limit_; variable
55 match_limit_ = match_limit; in Init()469 int match_limit = match_limit_; in TryMatch()