Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c837 case OP_CRPOSRANGE: in pcre2_printint()
843 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
H A Dpcre2_auto_possess.c502 case OP_CRPOSRANGE: in get_chr_property_list()
1243 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
H A Dpcre2_study.c449 case OP_CRPOSRANGE: in find_minlength()
622 case OP_CRPOSRANGE: in find_minlength()
1723 case OP_CRPOSRANGE: in set_start_bits()
H A Dpcre2_dfa_match.c2752 case OP_CRPOSRANGE: in internal_dfa_match()
2760 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
H A Dpcre2_jit_compile.c956 case OP_CRPOSRANGE: in next_opcode()
1539 case OP_CRPOSRANGE: in detect_early_fail()
5863 case OP_CRPOSRANGE: in scan_prefix()
5923 case OP_CRPOSRANGE: in scan_prefix()
11745 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
11751 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11763 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11770 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
12628 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
12637 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1548 OP_CRPOSRANGE, /* 109 */ enumerator
H A Dpcre2_match.c1961 case OP_CRPOSRANGE: in match()
2199 case OP_CRPOSRANGE: in match()
H A Dpcre2_compile.c910 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */

Completed in 107 milliseconds