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()
1174 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1185 case OP_CRSTAR: in PRIV()
Dpcre2_study.c423 case OP_CRSTAR: in find_minlength()
579 case OP_CRSTAR: in find_minlength()
1532 case OP_CRSTAR: in set_start_bits()
Dpcre2_match.c1804 case OP_CRSTAR: in match()
1813 fc = *Fecode++ - OP_CRSTAR; in match()
1825 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
2042 case OP_CRSTAR: in match()
2051 fc = *Fecode++ - OP_CRSTAR; in match()
2063 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
4650 case OP_CRSTAR: in match()
4656 fc = *Fecode++ - OP_CRSTAR; in match()
4666 reptype = rep_typ[*Fecode - OP_CRSTAR]; in match()
Dpcre2_printint.c769 case OP_CRSTAR: in pcre2_printint()
Dpcre2_jit_compile.c874 case OP_CRSTAR: in next_opcode()
1231 case OP_CRSTAR: in is_accelerated_repeat()
1364 case OP_CRSTAR: in get_class_iterator_size()
5268 case OP_CRSTAR: in scan_prefix()
5334 case OP_CRSTAR: in scan_prefix()
9325 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
9329 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
11196 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
11198 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
11968 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
[all …]
Dpcre2_internal.h1476 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
Dpcre2_dfa_match.c2592 case OP_CRSTAR: in internal_dfa_match()
Dpcre2_compile.c6824 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
/external/pcre/dist2/
DHACKING629 OP_CRSTAR