Searched refs:OP_TYPESTAR (Results 1 – 8 of 8) sorted by relevance
483 case OP_TYPESTAR: in pcre_printint()493 if (*code >= OP_TYPESTAR) in pcre_printint()
718 if (codevalue >= OP_TYPESTAR) in internal_dfa_exec()1225 case OP_TYPESTAR: in internal_dfa_exec()1570 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_exec()1680 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_exec()1722 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_exec()1772 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_exec()1812 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_exec()
2043 case OP_TYPESTAR: in find_fixedlength()2121 case OP_TYPESTAR: in PRIV()2266 case OP_TYPESTAR: in find_recurse()2643 case OP_TYPESTAR: in could_be_empty_branch()2800 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()2962 case OP_TYPESTAR: in get_chr_property_list()3778 case OP_TYPESTAR: in auto_possessify()5783 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()6486 case OP_TYPESTAR: *tempcode = OP_TYPEPOSSTAR; break; in compile_branch()8642 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()[all …]
312 case OP_TYPESTAR: in find_minlength()1220 case OP_TYPESTAR: in set_start_bits()
280 OP_TYPESTAR306 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
2009 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
740 case OP_TYPESTAR: in next_opcode()1053 case OP_TYPESTAR: \7833 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()7836 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()8399 case OP_TYPESTAR: in compile_matchingpath()9545 case OP_TYPESTAR: in compile_backtrackingpath()
4123 case OP_TYPESTAR: in match()4129 c = *ecode++ - OP_TYPESTAR; in match()