Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c147 #define MAX_GROUP_NUMBER 65535u macro
1802 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1822 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1872 if (s > (int)MAX_GROUP_NUMBER) *errorcodeptr = ERR61; in PRIV()
3371 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
3937 if (cb->bracount >= MAX_GROUP_NUMBER) in parse_regex()
4417 MAX_GROUP_NUMBER, ERR61, in parse_regex()
4606 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
4839 if (cb->bracount >= MAX_GROUP_NUMBER) in parse_regex()
6645 if (groupnumber > MAX_GROUP_NUMBER) in compile_branch()

Completed in 28 milliseconds