Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c467 case OP_CRSTAR: in get_chr_property_list()
1187 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1198 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.c1876 case OP_CRSTAR: in match()
1885 fc = *Fecode++ - OP_CRSTAR; in match()
1897 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
2114 case OP_CRSTAR: in match()
2123 fc = *Fecode++ - OP_CRSTAR; in match()
2135 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
4722 case OP_CRSTAR: in match()
4728 fc = *Fecode++ - OP_CRSTAR; in match()
4738 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
H A Dpcre2_printint.c771 case OP_CRSTAR: in pcre2_printint()
H A Dpcre2_internal.h1486 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_jit_compile.c899 case OP_CRSTAR: in next_opcode()
1448 case OP_CRSTAR: in detect_early_fail()
1589 case OP_CRSTAR: in get_class_iterator_size()
5612 case OP_CRSTAR: in scan_prefix()
5678 case OP_CRSTAR: in scan_prefix()
9140 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
9144 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
11025 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
11027 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
11931 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
H A Dpcre2_dfa_match.c2599 case OP_CRSTAR: in internal_dfa_match()
H A Dpcre2_compile.c6949 *code++ = OP_CRSTAR + repeat_type; in compile_branch()

Completed in 101 milliseconds