Searched refs:match_limit_ (Results 1 – 4 of 4) sorted by relevance
/external/pcre/ |
D | pcrecpp.h | 358 RE_Options() : match_limit_(0), match_limit_recursion_(0), all_options_(0) {} in RE_Options() 368 RE_Options(int option_flags) : match_limit_(0), match_limit_recursion_(0), in RE_Options() 373 int match_limit() const { return match_limit_; }; in match_limit() 375 match_limit_ = limit; in set_match_limit() 459 int match_limit_;
|
/external/pcre/dist/ |
D | pcrecpp.h | 358 RE_Options() : match_limit_(0), match_limit_recursion_(0), all_options_(0) {} in RE_Options() 368 RE_Options(int option_flags) : match_limit_(0), match_limit_recursion_(0), in RE_Options() 373 int match_limit() const { return match_limit_; }; in match_limit() 375 match_limit_ = limit; in set_match_limit() 459 int match_limit_;
|
/external/regex-re2/util/ |
D | pcre.h | 510 int match_limit_; // Limit on execution resources variable 531 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
|
D | pcre.cc | 55 match_limit_ = match_limit; in Init() 469 int match_limit = match_limit_; in TryMatch()
|