Searched refs:stack_limit (Results 1 – 2 of 2) sorted by relevance
104 int stack_limit, bool report_errors) { in Init() argument108 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() local529 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()
455 int stack_limit, bool report_errors);534 int stack_limit() const { return stack_limit_; } in stack_limit() function535 void set_stack_limit(int stack_limit) { in set_stack_limit() argument536 stack_limit_ = stack_limit; in set_stack_limit()