Home | History | Annotate | Download | only in src

Lines Matching refs:parse_regex

2122 /* This function is called from parse_regex() below whenever it needs to read
2214 /* At the start of a new item in parse_regex() we are able to record the
2323 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind,
5068 Checking for the legality of quantifiers happens in parse_regex(), except for
5743 one code unit. This check happens in parse_regex(). In the first pass,
6006 done in parse_regex(). Assertion and DEFINE groups come to GROUP_PROCESS;
7242 could do this in parse_regex() for numerical back references, but not
7353 converted into Unicode property tests in parse_regex(). Note that \b and \B
9503 errorcode = parse_regex(ptr, cb.external_options, &has_lookbehind, &cb);
9902 /* Errors discovered in parse_regex() set the offset value in the compile
9904 value. After parse_regex() is called, the offset in the compile block is set to