Searched refs:bracount (Results 1 – 3 of 3) sorted by relevance
3783 cb->bracount++; in parse_regex()4628 if (cb->bracount >= MAX_GROUP_NUMBER) in parse_regex()4633 cb->bracount++; in parse_regex()4727 cb->bracount = top_nest->reset_group; in parse_regex()6449 if (groupnumber > cb->bracount) in compile_branch()7774 if (meta_arg > cb->bracount) in compile_branch()7813 if (meta_arg > cb->bracount) in compile_branch()9373 if (group > cb->bracount) in get_branchlength()9883 cb.bracount = 0; in pcre2_compile()10170 if (cb.bracount >= GROUPINFO_DEFAULT_SIZE) in pcre2_compile()[all …]
135 uint32_t bracount = 0; in convert_posix() local293 if (!extended || bracount == 0) goto ESCAPE_LITERAL; in convert_posix()294 bracount--; in convert_posix()298 bracount++; in convert_posix()
742 uint32_t bracount; /* Count of capturing parentheses */ member
Completed in 53 milliseconds