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()
2013 case OP_TYPESTAR: in find_fixedlength()2091 case OP_TYPESTAR: in PRIV()2208 case OP_TYPESTAR: in find_recurse()2590 case OP_TYPESTAR: in could_be_empty_branch()2747 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()2909 case OP_TYPESTAR: in get_chr_property_list()3710 case OP_TYPESTAR: in auto_possessify()5681 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()6379 case OP_TYPESTAR: *tempcode = OP_TYPEPOSSTAR; break; in compile_branch()8431 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()[all …]
307 case OP_TYPESTAR: in find_minlength()1178 case OP_TYPESTAR: in set_start_bits()
280 OP_TYPESTAR306 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
2001 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
744 case OP_TYPESTAR: in next_opcode()1067 case OP_TYPESTAR: \7774 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()7777 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()8340 case OP_TYPESTAR: in compile_matchingpath()9486 case OP_TYPESTAR: in compile_backtrackingpath()
4116 case OP_TYPESTAR: in match()4122 c = *ecode++ - OP_TYPESTAR; in match()