Searched refs:bracount (Results 1 – 3 of 3) sorted by relevance
3675 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 …]
136 uint32_t bracount = 0; in convert_posix() local294 if (!extended || bracount == 0) goto ESCAPE_LITERAL; in convert_posix()295 bracount--; in convert_posix()299 bracount++; in convert_posix()
738 uint32_t bracount; /* Count of capturing parentheses */ member
Completed in 35 milliseconds