Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c484 case OP_CRSTAR: in get_chr_property_list()
1205 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1220 case OP_CRSTAR: in PRIV()
H A Dpcre2_study.c435 case OP_CRSTAR: in find_minlength()
600 case OP_CRSTAR: in find_minlength()
1622 case OP_CRSTAR: in set_start_bits()
H A Dpcre2_match.c1893 case OP_CRSTAR: in match()
1902 fc = *Fecode++ - OP_CRSTAR; in match()
1914 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
2131 case OP_CRSTAR: in match()
2140 fc = *Fecode++ - OP_CRSTAR; in match()
2152 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
4931 case OP_CRSTAR: in match()
4937 fc = *Fecode++ - OP_CRSTAR; in match()
4947 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
H A Dpcre2_printint.c803 case OP_CRSTAR: in pcre2_printint()
H A Dpcre2_jit_compile.c904 case OP_CRSTAR: in next_opcode()
1455 case OP_CRSTAR: in detect_early_fail()
1587 case OP_CRSTAR: in get_class_iterator_size()
5690 case OP_CRSTAR: in scan_prefix()
5756 case OP_CRSTAR: in scan_prefix()
9448 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
9452 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
11333 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
11335 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
12239 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1510 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_dfa_match.c2656 case OP_CRSTAR: in internal_dfa_match()
H A Dpcre2_compile.c7066 *code++ = OP_CRSTAR + repeat_type; in compile_branch()

Completed in 87 milliseconds