Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3781 cb->bracount++; in parse_regex()
4626 if (cb->bracount >= MAX_GROUP_NUMBER) in parse_regex()
4631 cb->bracount++; in parse_regex()
4725 cb->bracount = top_nest->reset_group; in parse_regex()
6447 if (groupnumber > cb->bracount) in compile_branch()
7772 if (meta_arg > cb->bracount) in compile_branch()
7811 if (meta_arg > cb->bracount) in compile_branch()
9371 if (group > cb->bracount) in get_branchlength()
9881 cb.bracount = 0; in pcre2_compile()
10168 if (cb.bracount >= GROUPINFO_DEFAULT_SIZE) in pcre2_compile()
[all …]
H A Dpcre2_convert.c136 uint32_t bracount = 0; in convert_posix() local
294 if (!extended || bracount == 0) goto ESCAPE_LITERAL; in convert_posix()
295 bracount--; in convert_posix()
299 bracount++; in convert_posix()
H A Dpcre2_intmodedep.h738 uint32_t bracount; /* Count of capturing parentheses */ member

Completed in 33 milliseconds