Searched refs:OP_CRSTAR (Results 1 – 8 of 8) sorted by relevance
349 case OP_CRSTAR: in find_minlength()439 case OP_CRSTAR: in find_minlength()1353 case OP_CRSTAR: in set_start_bits()
2739 case OP_CRSTAR: in match()2745 c = *ecode++ - OP_CRSTAR; in match()2879 case OP_CRSTAR: in match()2888 c = *ecode++ - OP_CRSTAR; in match()2889 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()3106 case OP_CRSTAR: in match()3115 c = *ecode++ - OP_CRSTAR; in match()3116 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
770 case OP_CRSTAR: in pcre_printint()
1911 case OP_CRSTAR: in find_fixedlength()2510 case OP_CRSTAR: /* These could be empty; continue */ in could_be_empty_branch()3019 case OP_CRSTAR: in get_chr_property_list()3669 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in auto_possessify()3680 case OP_CRSTAR: in auto_possessify()5846 *code++ = OP_CRSTAR + repeat_type; in compile_branch()6384 case OP_CRSTAR: *tempcode = OP_CRPOSSTAR; break; in compile_branch()
620 case OP_CRSTAR: in next_opcode()916 case OP_CRSTAR: in get_class_iterator_size()6053 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()6057 case OP_CRSTAR: in compile_ref_iterator_matchingpath()7787 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()7789 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()8358 …if (cc[1 + (32 / sizeof(pcre_uchar))] >= OP_CRSTAR && cc[1 + (32 / sizeof(pcre_uchar))] <= OP_CRPO… in compile_matchingpath()8366 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()8375 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()8386 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
2020 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
375 OP_CRSTAR
2572 case OP_CRSTAR: in internal_dfa_exec()