Home
last modified time | relevance | path

Searched refs:OP_TYPESTAR (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c277 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()
355 case OP_TYPESTAR: in get_chr_property_list()
1207 case OP_TYPESTAR: in PRIV()
Dpcre2_find_bracket.c113 case OP_TYPESTAR: in PRIV()
Dpcre2_dfa_match.c802 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()
1311 case OP_TYPESTAR: in internal_dfa_match()
1645 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1755 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1786 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1836 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1876 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
Dpcre2_printint.c466 case OP_TYPESTAR: in pcre2_printint()
477 if (*code >= OP_TYPESTAR) in pcre2_printint()
Dpcre2_pattern_info.c367 case OP_TYPESTAR: in pcre2_callout_enumerate()
Dpcre2_study.c380 case OP_TYPESTAR: in find_minlength()
1334 case OP_TYPESTAR: in set_start_bits()
Dpcre2_internal.h1423 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
Dpcre2_compile.c6963 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7891 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8021 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
8085 case OP_TYPESTAR: in find_recurse()
Dpcre2_jit_compile.c812 case OP_TYPESTAR: in next_opcode()
988 case OP_TYPESTAR: in is_accelerated_repeat()
1325 case OP_TYPESTAR: \
9777 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
9780 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
10545 case OP_TYPESTAR: in compile_matchingpath()
11680 case OP_TYPESTAR: in compile_backtrackingpath()
Dpcre2_match.c2517 case OP_TYPESTAR: in match()
2523 fc = *Fecode++ - OP_TYPESTAR; in match()
/external/pcre/dist2/
DHACKING523 OP_TYPESTAR
550 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by