Searched refs:bracount (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 1597 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1615 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1660 if (s < 10 || oldptr[-1] >= CHAR_8 || s <= (int)cb->bracount) in PRIV() 2894 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() 3457 cb->bracount++; in parse_regex() 3458 *parsed_pattern++ = META_CAPTURE | cb->bracount; in parse_regex() 3589 top_nest->reset_group = (uint16_t)cb->bracount; in parse_regex() 3590 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex() 3764 (IS_DIGIT(*ptr))? -1:(int)(cb->bracount), /* + and - are relative */ in parse_regex() 3953 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() [all …]
|
D | pcre2_convert.c | 136 uint32_t bracount = 0; in convert_posix() local 294 if (!extended || bracount == 0) goto ESCAPE_LITERAL; in convert_posix() 295 bracount--; in convert_posix() 299 bracount++; in convert_posix()
|
D | pcre2_intmodedep.h | 736 uint32_t bracount; /* Count of capturing parentheses */ member
|