Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c281 OP_STAR; in get_repeat_base()
326 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()
329 c -= (base - OP_STAR); in get_chr_property_list()
339 case OP_STAR: in get_chr_property_list()
1110 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1112 c -= get_repeat_base(c) - OP_STAR; in PRIV()
1115 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1121 case OP_STAR: in PRIV()
1122 *code += OP_POSSTAR - OP_STAR; in PRIV()
1261 case OP_STAR: in PRIV()
Dpcre2_find_bracket.c173 case OP_STAR: in PRIV()
Dpcre2_pattern_info.c309 case OP_STAR: in pcre2_callout_enumerate()
Dpcre2_dfa_match.c2347 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2392 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2433 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2435 case OP_STAR: in internal_dfa_match()
2470 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2505 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
Dpcre2_study.c675 case OP_STAR: in find_minlength()
1146 case OP_STAR: in set_start_bits()
Dpcre2_compile.c621 OP_STAR - OP_STAR, OP_STARI - OP_STAR,
622 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };
6963 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7001 if (repeat_max == REPEAT_UNLIMITED) *code++ = OP_STAR + repeat_type; in compile_branch()
7061 *code++ = OP_STAR + repeat_type; in compile_branch()
8145 case OP_STAR: in find_recurse()
Dpcre2_printint.c457 case OP_STAR: in pcre2_printint()
Dpcre2_jit_compile.c753 case OP_STAR: in next_opcode()
996 case OP_STAR: in is_accelerated_repeat()
1299 case OP_STAR: \
9754 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
9763 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
9769 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
9775 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
9780 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
9793 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
9799 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
[all …]
Dpcre2_internal.h1350 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
Dpcre2_match.c1105 case OP_STAR: in match()
1117 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
/external/pcre/dist2/
DHACKING480 OP_STAR OP_STARI
512 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
567 (OP_STAR, etc.) are used for repeated positive single-character classes.