Searched refs:OP_CRSTAR (Results 1 – 9 of 9) sorted by relevance
465 case OP_CRSTAR: in get_chr_property_list()1133 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()1145 case OP_CRSTAR: in PRIV()
411 case OP_CRSTAR: in find_minlength()539 case OP_CRSTAR: in find_minlength()1477 case OP_CRSTAR: in set_start_bits()
2799 case OP_CRSTAR: in match()2805 c = *ecode++ - OP_CRSTAR; in match()2993 case OP_CRSTAR: in match()3002 c = *ecode++ - OP_CRSTAR; in match()3003 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()3220 case OP_CRSTAR: in match()3229 c = *ecode++ - OP_CRSTAR; in match()3230 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
768 case OP_CRSTAR: in pcre2_printint()
647 case OP_CRSTAR: in next_opcode()994 case OP_CRSTAR: in is_accelerated_repeat()1127 case OP_CRSTAR: in get_class_iterator_size()3726 case OP_CRSTAR: in scan_prefix()3792 case OP_CRSTAR: in scan_prefix()6879 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()6883 case OP_CRSTAR: in compile_ref_iterator_matchingpath()8701 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()8703 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()9469 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()[all …]
1487 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
1144 case OP_CRSTAR: in find_fixedlength()1564 case OP_CRSTAR: /* These could be empty; continue */ in could_be_empty_branch()5393 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
2486 case OP_CRSTAR: in internal_dfa_match()
412 OP_CRSTAR