Searched refs:OP_STAR (Results 1 – 11 of 11) sorted by relevance
281 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()
173 case OP_STAR: in PRIV()
309 case OP_STAR: in pcre2_callout_enumerate()
2347 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()
675 case OP_STAR: in find_minlength()1146 case OP_STAR: in set_start_bits()
621 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()
457 case OP_STAR: in pcre2_printint()
753 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 …]
1350 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
1105 case OP_STAR: in match()1117 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
480 OP_STAR OP_STARI512 The normal single-character opcodes (OP_STAR, etc.) are used for repeated567 (OP_STAR, etc.) are used for repeated positive single-character classes.