Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3675 cb->bracount++; in parse_regex()
4519 if (cb->bracount >= MAX_GROUP_NUMBER) in parse_regex()
4524 cb->bracount++; in parse_regex()
4618 cb->bracount = top_nest->reset_group; in parse_regex()
6337 if (groupnumber > cb->bracount) in compile_branch()
7657 if (meta_arg > cb->bracount) in compile_branch()
7696 if (meta_arg > cb->bracount) in compile_branch()
9247 if (group > cb->bracount) in get_branchlength()
9757 cb.bracount = 0; in pcre2_compile()
10044 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 42 milliseconds