Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2633 nest_save *top_nest, *end_nests; in parse_regex() local
2673 top_nest = NULL; in parse_regex()
3884 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()
4016 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()
4023 top_nest->flags = 0; in parse_regex()
4128 (top_nest-1)->nest_depth == nest_depth) top_nest--; in parse_regex()
4599 if (top_nest == NULL) top_nest = (nest_save *)(cb->start_workspace); in parse_regex()
4722 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in parse_regex()
4738 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in parse_regex()
4752 if (top_nest == (nest_save *)(cb->start_workspace)) top_nest = NULL; in parse_regex()
[all …]

Completed in 22 milliseconds