Home
last modified time | relevance | path

Searched defs:stack_limit (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h534 int stack_limit() const { return stack_limit_; } in stack_limit() function
535 void set_stack_limit(int stack_limit) { in set_stack_limit()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init()
528 int stack_limit = stack_limit_; in TryMatch() local