Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c3457 cb->bracount++; in parse_regex()
4170 cb->bracount++; in parse_regex()
4264 cb->bracount = top_nest->reset_group; in parse_regex()
4280 cb->bracount = top_nest->max_group; in parse_regex()
5921 if (groupnumber > cb->bracount) in compile_branch()
7223 if (meta_arg > cb->bracount) in compile_branch()
7276 if (meta_arg > cb->bracount) in compile_branch()
8789 if (group > cb->bracount) in get_branchlength()
9228 cb.bracount = 0; in pcre2_compile()
9515 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.h736 uint32_t bracount; /* Count of capturing parentheses */ member

Completed in 47 milliseconds