Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3942 cb->bracount++; in parse_regex()
4839 if (cb->bracount >= MAX_GROUP_NUMBER) in parse_regex()
4844 cb->bracount++; in parse_regex()
4938 cb->bracount = top_nest->reset_group; in parse_regex()
4955 cb->bracount = top_nest->max_group; in parse_regex()
6712 if (groupnumber > cb->bracount) in compile_branch()
8031 if (meta_arg > cb->bracount) in compile_branch()
8070 if (meta_arg > cb->bracount) in compile_branch()
9687 if (group > cb->bracount) in get_branchlength()
10246 cb.bracount = 0; in pcre2_compile()
[all …]
H A Dpcre2_convert.c135 uint32_t bracount = 0; in convert_posix() local
293 if (!extended || bracount == 0) goto ESCAPE_LITERAL; in convert_posix()
294 bracount--; in convert_posix()
298 bracount++; in convert_posix()
H A Dpcre2_intmodedep.h743 uint32_t bracount; /* Count of capturing parentheses */ member

Completed in 39 milliseconds