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()1207 case OP_TYPESTAR: in PRIV()
113 case OP_TYPESTAR: in PRIV()
802 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()1311 case OP_TYPESTAR: in internal_dfa_match()1645 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()1755 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()1786 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()1836 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()1876 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
466 case OP_TYPESTAR: in pcre2_printint()477 if (*code >= OP_TYPESTAR) in pcre2_printint()
367 case OP_TYPESTAR: in pcre2_callout_enumerate()
380 case OP_TYPESTAR: in find_minlength()1334 case OP_TYPESTAR: in set_start_bits()
1423 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
6963 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()7891 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()8021 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()8085 case OP_TYPESTAR: in find_recurse()
812 case OP_TYPESTAR: in next_opcode()988 case OP_TYPESTAR: in is_accelerated_repeat()1325 case OP_TYPESTAR: \9777 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()9780 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()10545 case OP_TYPESTAR: in compile_matchingpath()11680 case OP_TYPESTAR: in compile_backtrackingpath()
2517 case OP_TYPESTAR: in match()2523 fc = *Fecode++ - OP_TYPESTAR; in match()
523 OP_TYPESTAR550 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by