Searched refs:OP_TYPESTAR (Results 1 – 11 of 11) sorted by relevance
294 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()374 case OP_TYPESTAR: in get_chr_property_list()1250 case OP_TYPESTAR: in PRIV()
113 case OP_TYPESTAR: in PRIV()
500 case OP_TYPESTAR: in pcre2_printint()511 if (*code >= OP_TYPESTAR) in pcre2_printint()
814 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()1339 case OP_TYPESTAR: in internal_dfa_match()1687 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()1811 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()1842 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()1892 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()1932 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
367 case OP_TYPESTAR: in pcre2_callout_enumerate()
393 case OP_TYPESTAR: in find_minlength()1384 case OP_TYPESTAR: in set_start_bits()
7512 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()8452 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()8582 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()8646 case OP_TYPESTAR: in find_recurse()
1492 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
1031 case OP_TYPESTAR: in next_opcode()1331 case OP_TYPESTAR: in detect_early_fail()1744 case OP_TYPESTAR: \11319 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()11322 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()12213 case OP_TYPESTAR: in compile_matchingpath()13354 case OP_TYPESTAR: in compile_backtrackingpath()
2615 case OP_TYPESTAR: in match()2621 fc = *Fecode++ - OP_TYPESTAR; in match()
525 OP_TYPESTAR553 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by