Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3782 top_nest->nest_depth = nest_depth; in parse_regex()
3907 nest_depth++; in parse_regex()
3914 top_nest->nest_depth = nest_depth; in parse_regex()
4020 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()
4021 else top_nest->nest_depth = nest_depth; in parse_regex()
4268 nest_depth++; in parse_regex()
4426 nest_depth++; in parse_regex()
4496 top_nest->nest_depth = nest_depth; in parse_regex()
4613 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in parse_regex()
4629 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in parse_regex()
[all …]

Completed in 22 milliseconds