Searched refs:OP_CRSTAR (Results 1 – 9 of 9) sorted by relevance
465 case OP_CRSTAR: in get_chr_property_list()1174 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()1185 case OP_CRSTAR: in PRIV()
423 case OP_CRSTAR: in find_minlength()579 case OP_CRSTAR: in find_minlength()1532 case OP_CRSTAR: in set_start_bits()
1804 case OP_CRSTAR: in match()1813 fc = *Fecode++ - OP_CRSTAR; in match()1825 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()2042 case OP_CRSTAR: in match()2051 fc = *Fecode++ - OP_CRSTAR; in match()2063 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()4650 case OP_CRSTAR: in match()4656 fc = *Fecode++ - OP_CRSTAR; in match()4666 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
769 case OP_CRSTAR: in pcre2_printint()
874 case OP_CRSTAR: in next_opcode()1231 case OP_CRSTAR: in is_accelerated_repeat()1364 case OP_CRSTAR: in get_class_iterator_size()5268 case OP_CRSTAR: in scan_prefix()5334 case OP_CRSTAR: in scan_prefix()9325 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()9329 case OP_CRSTAR: in compile_ref_iterator_matchingpath()11196 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()11198 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()11968 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()[all …]
1476 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
2592 case OP_CRSTAR: in internal_dfa_match()
6824 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
629 OP_CRSTAR