Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3888 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()
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()
4603 top_nest->nest_depth = 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()
[all …]

Completed in 25 milliseconds