Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c365 case OP_CRPOSRANGE: in find_minlength()
491 case OP_CRPOSRANGE: in find_minlength()
1406 case OP_CRPOSRANGE: in set_start_bits()
H A Dpcre_compile.c869 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
1954 case OP_CRPOSRANGE: in find_fixedlength()
2579 case OP_CRPOSRANGE: in could_be_empty_branch()
3090 case OP_CRPOSRANGE: in get_chr_property_list()
3765 *repeat_opcode = OP_CRPOSRANGE; in auto_possessify()
6494 case OP_CRRANGE: *tempcode = OP_CRPOSRANGE; break; in compile_branch()
H A Dpcre_exec.c2905 case OP_CRPOSRANGE: in match()
2907 possessive = (*ecode == OP_CRPOSRANGE); in match()
3132 case OP_CRPOSRANGE: in match()
3134 possessive = (*ecode == OP_CRPOSRANGE); in match()
H A Dpcre_jit_compile.c627 case OP_CRPOSRANGE: in next_opcode()
7860 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
8112 case OP_CRPOSRANGE: in compile_iterator_matchingpath()
8417 …[1 + (32 / sizeof(pcre_uchar))] >= OP_CRSTAR && cc[1 + (32 / sizeof(pcre_uchar))] <= OP_CRPOSRANGE) 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()
8727 case OP_CRPOSRANGE: in compile_iterator_backtrackingpath()
H A Dpcre_internal.h2045 OP_CRPOSRANGE, /* 109 */ enumerator
H A DHACKING386 OP_CRPOSRANGE

Completed in 91 milliseconds