Searched refs:OP_TYPESTAR (Results 1 – 11 of 11) sorted by relevance
277 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()355 case OP_TYPESTAR: in get_chr_property_list()1175 case OP_TYPESTAR: in PRIV()
113 case OP_TYPESTAR: in PRIV()
467 case OP_TYPESTAR: in pcre2_printint()478 if (*code >= OP_TYPESTAR) in pcre2_printint()
661 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()1170 case OP_TYPESTAR: in internal_dfa_match()1515 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()1625 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()1667 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()1717 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()1757 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
346 case OP_TYPESTAR: in pcre2_callout_enumerate()
369 case OP_TYPESTAR: in find_minlength()1285 case OP_TYPESTAR: in set_start_bits()
1246 case OP_TYPESTAR: in find_fixedlength()1643 case OP_TYPESTAR: in could_be_empty_branch()2503 case OP_TYPESTAR: in find_recurse()5242 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()7986 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()8111 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
1468 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
772 case OP_TYPESTAR: in next_opcode()946 case OP_TYPESTAR: in is_accelerated_repeat()1283 case OP_TYPESTAR: \8687 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()8690 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()9451 case OP_TYPESTAR: in compile_matchingpath()10584 case OP_TYPESTAR: in compile_backtrackingpath()
4213 case OP_TYPESTAR: in match()4219 c = *ecode++ - OP_TYPESTAR; in match()
310 OP_TYPESTAR336 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by