Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c818 case OP_CRPOSRANGE: in pcre2_printint()
824 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
H A Dpcre2_study.c446 case OP_CRPOSRANGE: in find_minlength()
619 case OP_CRPOSRANGE: in find_minlength()
1633 case OP_CRPOSRANGE: in set_start_bits()
H A Dpcre2_auto_possess.c502 case OP_CRPOSRANGE: in get_chr_property_list()
1237 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
H A Dpcre2_dfa_match.c2705 case OP_CRPOSRANGE: in internal_dfa_match()
2713 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
H A Dpcre2_jit_compile.c915 case OP_CRPOSRANGE: in next_opcode()
1466 case OP_CRPOSRANGE: in detect_early_fail()
5709 case OP_CRPOSRANGE: in scan_prefix()
5769 case OP_CRPOSRANGE: in scan_prefix()
11357 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
11363 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11375 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11382 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
12239 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
12248 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1523 OP_CRPOSRANGE, /* 109 */ enumerator
H A Dpcre2_match.c1910 case OP_CRPOSRANGE: in match()
2148 case OP_CRPOSRANGE: in match()
H A Dpcre2_compile.c904 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */

Completed in 94 milliseconds