Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4050 top_nest->nest_depth = nest_depth; in parse_regex()
4176 nest_depth++; in parse_regex()
4183 top_nest->nest_depth = nest_depth; in parse_regex()
4338 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()
4339 else top_nest->nest_depth = nest_depth; in parse_regex()
4587 nest_depth++; in parse_regex()
4746 nest_depth++; in parse_regex()
4816 top_nest->nest_depth = nest_depth; in parse_regex()
4934 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in parse_regex()
4950 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in parse_regex()
[all …]

Completed in 25 milliseconds