Searched refs:bracount (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 1701 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1719 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV() 1764 if (s < 10 || oldptr[-1] >= CHAR_8 || s <= (int)cb->bracount) in PRIV() 3048 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex() 3614 cb->bracount++; in parse_regex() 3615 *parsed_pattern++ = META_CAPTURE | cb->bracount; in parse_regex() 3851 top_nest->reset_group = (uint16_t)cb->bracount; in parse_regex() 3852 top_nest->max_group = (uint16_t)cb->bracount; in parse_regex() 4026 (IS_DIGIT(*ptr))? -1:(int)(cb->bracount), /* + and - are relative */ in parse_regex() 4216 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 | 739 uint32_t bracount; /* Count of capturing parentheses */ member
|