Searched refs:OP_TYPESTAR (Results 1 – 11 of 11) sorted by relevance
277 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()357 case OP_TYPESTAR: in get_chr_property_list()1228 case OP_TYPESTAR: in PRIV()
113 case OP_TYPESTAR: in PRIV()
469 case OP_TYPESTAR: in pcre2_printint()480 if (*code >= OP_TYPESTAR) in pcre2_printint()
367 case OP_TYPESTAR: in pcre2_callout_enumerate()
814 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()1325 case OP_TYPESTAR: in internal_dfa_match()1659 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()1769 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()1800 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()1850 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()1890 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
393 case OP_TYPESTAR: in find_minlength()1384 case OP_TYPESTAR: in set_start_bits()
1467 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
7398 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()8328 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()8458 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()8522 case OP_TYPESTAR: in find_recurse()
1026 case OP_TYPESTAR: in next_opcode()1321 case OP_TYPESTAR: in detect_early_fail()1742 case OP_TYPESTAR: \11088 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()11091 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()11982 case OP_TYPESTAR: in compile_matchingpath()13123 case OP_TYPESTAR: in compile_backtrackingpath()
2590 case OP_TYPESTAR: in match()2596 fc = *Fecode++ - OP_TYPESTAR; in match()
525 OP_TYPESTAR552 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by