Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2452 uint16_t max_group; member
3924 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
3939 top_nest->max_group = 0; in parse_regex()
4616 if (cb->bracount > top_nest->max_group) in parse_regex()
4617 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
4633 top_nest->max_group > cb->bracount) in parse_regex()
4634 cb->bracount = top_nest->max_group; in parse_regex()

Completed in 25 milliseconds