Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h502 int stack_limit_; // Limit on stack resources (bytes) variable
524 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options()
534 int stack_limit() const { return stack_limit_; } in stack_limit()
536 stack_limit_ = stack_limit; in set_stack_limit()
548 int stack_limit_; variable
Dpcre.cc108 stack_limit_ = stack_limit; in Init()
528 int stack_limit = stack_limit_; in TryMatch()