Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c484 case OP_CRSTAR: in get_chr_property_list()
1211 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1226 case OP_CRSTAR: in PRIV()
H A Dpcre2_study.c438 case OP_CRSTAR: in find_minlength()
603 case OP_CRSTAR: in find_minlength()
1712 case OP_CRSTAR: in set_start_bits()
H A Dpcre2_match.c1944 case OP_CRSTAR: in match()
1953 fc = *Fecode++ - OP_CRSTAR; in match()
1965 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
2182 case OP_CRSTAR: in match()
2191 fc = *Fecode++ - OP_CRSTAR; in match()
2203 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
5024 case OP_CRSTAR: in match()
5030 fc = *Fecode++ - OP_CRSTAR; in match()
5040 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
H A Dpcre2_printint.c822 case OP_CRSTAR: in pcre2_printint()
H A Dpcre2_jit_compile.c945 case OP_CRSTAR: in next_opcode()
1530 case OP_CRSTAR: in detect_early_fail()
1673 case OP_CRSTAR: in get_class_iterator_size()
5844 case OP_CRSTAR: in scan_prefix()
5910 case OP_CRSTAR: in scan_prefix()
9592 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
9596 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
11659 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
11661 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
12566 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1535 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_dfa_match.c2703 case OP_CRSTAR: in internal_dfa_match()
H A Dpcre2_compile.c7331 *code++ = OP_CRSTAR + repeat_type; in compile_branch()

Completed in 100 milliseconds