Searched refs:OP_CRSTAR (Results 1 – 9 of 9) sorted by relevance
465 case OP_CRSTAR: in get_chr_property_list()1166 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()1177 case OP_CRSTAR: in PRIV()
422 case OP_CRSTAR: in find_minlength()578 case OP_CRSTAR: in find_minlength()1530 case OP_CRSTAR: in set_start_bits()
1803 case OP_CRSTAR: in match()1812 fc = *Fecode++ - OP_CRSTAR; in match()1824 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()2041 case OP_CRSTAR: in match()2050 fc = *Fecode++ - OP_CRSTAR; in match()2062 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()4649 case OP_CRSTAR: in match()4655 fc = *Fecode++ - OP_CRSTAR; in match()4665 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
767 case OP_CRSTAR: in pcre2_printint()
688 case OP_CRSTAR: in next_opcode()1036 case OP_CRSTAR: in is_accelerated_repeat()1169 case OP_CRSTAR: in get_class_iterator_size()4120 case OP_CRSTAR: in scan_prefix()4186 case OP_CRSTAR: in scan_prefix()7958 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()7962 case OP_CRSTAR: in compile_ref_iterator_matchingpath()9791 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()9793 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()10563 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()[all …]
1442 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
2585 case OP_CRSTAR: in internal_dfa_match()
6530 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
629 OP_CRSTAR