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.cc104 int stack_limit, bool report_errors) { in Init() argument
108 stack_limit_ = stack_limit; in Init()
141 re_option.stack_limit(), re_option.report_errors()); in PCRE()
146 re_option.stack_limit(), re_option.report_errors()); in PCRE()
528 int stack_limit = stack_limit_; in TryMatch() local
529 if (stack_limit <= 0) { in TryMatch()
530 stack_limit = GetFlag(FLAGS_regexp_stack_limit); in TryMatch()
538 if (stack_limit > 0) { in TryMatch()
540 extra.match_limit_recursion = stack_limit / kPCREFrameSize; in TryMatch()
581 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit in TryMatch()
Dpcre.h455 int stack_limit, bool report_errors);
534 int stack_limit() const { return stack_limit_; } in stack_limit() function
535 void set_stack_limit(int stack_limit) { in set_stack_limit() argument
536 stack_limit_ = stack_limit; in set_stack_limit()