Home
last modified time | relevance | path

Searched refs:match_limit_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h501 int match_limit_; // Limit on execution resources variable
524 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()
530 int match_limit() const { return match_limit_; } in match_limit()
532 match_limit_ = match_limit; in set_match_limit()
547 int match_limit_; variable
Dpcre.cc107 match_limit_ = match_limit; in Init()
523 int match_limit = match_limit_; in TryMatch()