Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c350 case OP_CRSTAR: in find_minlength()
466 case OP_CRSTAR: in find_minlength()
1389 case OP_CRSTAR: in set_start_bits()
H A Dpcre_exec.c2746 case OP_CRSTAR: in match()
2752 c = *ecode++ - OP_CRSTAR; in match()
2886 case OP_CRSTAR: in match()
2895 c = *ecode++ - OP_CRSTAR; in match()
2896 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
3113 case OP_CRSTAR: in match()
3122 c = *ecode++ - OP_CRSTAR; in match()
3123 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
H A Dpcre_compile.c1922 case OP_CRSTAR: in find_fixedlength()
2544 case OP_CRSTAR: /* These could be empty; continue */ in could_be_empty_branch()
3053 case OP_CRSTAR: in get_chr_property_list()
3717 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in auto_possessify()
3729 case OP_CRSTAR: in auto_possessify()
5906 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
6443 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()
6068 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
6072 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
7804 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
7806 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
8375 …if (cc[1 + (32 / sizeof(pcre_uchar))] >= OP_CRSTAR && cc[1 + (32 / sizeof(pcre_uchar))] <= OP_CRPO… in compile_matchingpath()
8383 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
8392 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
8403 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
H A Dpcre_internal.h2024 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
H A DHACKING375 OP_CRSTAR

Completed in 68 milliseconds