Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2285 uint16_t max_group; member
3590 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
3605 top_nest->max_group = 0; in parse_regex()
4262 if (cb->bracount > top_nest->max_group) in parse_regex()
4263 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex()
4279 top_nest->max_group > cb->bracount) in parse_regex()
4280 cb->bracount = top_nest->max_group; in parse_regex()

Completed in 48 milliseconds