Home
last modified time | relevance | path

Searched refs:OP_CRSTAR (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c352 case OP_CRSTAR: in find_minlength()
470 case OP_CRSTAR: in find_minlength()
1393 case OP_CRSTAR: in set_start_bits()
H A Dpcre_exec.c2744 case OP_CRSTAR: in match()
2750 c = *ecode++ - OP_CRSTAR; in match()
2884 case OP_CRSTAR: in match()
2893 c = *ecode++ - OP_CRSTAR; in match()
2894 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
3111 case OP_CRSTAR: in match()
3120 c = *ecode++ - OP_CRSTAR; in match()
3121 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
H A Dpcre_printint.c768 case OP_CRSTAR: in pcre_printint()
H A Dpcre_compile.c1939 case OP_CRSTAR: in find_fixedlength()
2561 case OP_CRSTAR: /* These could be empty; continue */ in could_be_empty_branch()
3070 case OP_CRSTAR: in get_chr_property_list()
3734 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in auto_possessify()
3746 case OP_CRSTAR: in auto_possessify()
5946 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
6489 case OP_CRSTAR: *tempcode = OP_CRPOSSTAR; break; in compile_branch()
H A Dpcre_jit_compile.c616 case OP_CRSTAR: in next_opcode()
902 case OP_CRSTAR: in get_class_iterator_size()
6105 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
6109 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
7846 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
7848 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
8417 …if (cc[1 + (32 / sizeof(pcre_uchar))] >= OP_CRSTAR && cc[1 + (32 / sizeof(pcre_uchar))] <= OP_CRPO… in compile_matchingpath()
8425 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
8434 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
8445 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
H A Dpcre_internal.h2028 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
H A DHACKING375 OP_CRSTAR

Completed in 72 milliseconds