Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c465 case OP_CRSTAR: in get_chr_property_list()
1166 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1177 case OP_CRSTAR: in PRIV()
Dpcre2_study.c422 case OP_CRSTAR: in find_minlength()
578 case OP_CRSTAR: in find_minlength()
1530 case OP_CRSTAR: in set_start_bits()
Dpcre2_match.c1803 case OP_CRSTAR: in match()
1812 fc = *Fecode++ - OP_CRSTAR; in match()
1824 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
2041 case OP_CRSTAR: in match()
2050 fc = *Fecode++ - OP_CRSTAR; in match()
2062 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
4649 case OP_CRSTAR: in match()
4655 fc = *Fecode++ - OP_CRSTAR; in match()
4665 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
Dpcre2_printint.c767 case OP_CRSTAR: in pcre2_printint()
Dpcre2_jit_compile.c688 case OP_CRSTAR: in next_opcode()
1036 case OP_CRSTAR: in is_accelerated_repeat()
1169 case OP_CRSTAR: in get_class_iterator_size()
4120 case OP_CRSTAR: in scan_prefix()
4186 case OP_CRSTAR: in scan_prefix()
7958 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
7962 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
9791 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
9793 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
10563 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
[all …]
Dpcre2_internal.h1442 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
Dpcre2_dfa_match.c2585 case OP_CRSTAR: in internal_dfa_match()
Dpcre2_compile.c6530 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
/external/pcre/dist2/
DHACKING629 OP_CRSTAR