Lines Matching refs:nest_depth
2556 uint16_t nest_depth; member
2613 uint16_t nest_depth = 0; in parse_regex() local
2704 if (nest_depth > cb->cx->parens_nest_limit) in parse_regex()
3773 nest_depth++; in parse_regex()
3877 nest_depth++; in parse_regex()
3888 top_nest->nest_depth = nest_depth; in parse_regex()
4013 nest_depth++; in parse_regex()
4020 top_nest->nest_depth = nest_depth; in parse_regex()
4124 nest_depth--; /* This is not a nested group after all. */ in parse_regex()
4126 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()
4127 else top_nest->nest_depth = nest_depth; in parse_regex()
4374 nest_depth++; in parse_regex()
4533 nest_depth++; in parse_regex()
4594 nest_depth++; in parse_regex()
4603 top_nest->nest_depth = nest_depth; in parse_regex()
4633 nest_depth++; in parse_regex()
4720 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in parse_regex()
4736 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in parse_regex()
4753 if (nest_depth == 0) /* Unmatched closing parenthesis */ in parse_regex()
4758 nest_depth--; in parse_regex()
4802 if (nest_depth == 0) return 0; in parse_regex()