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()
1175 case OP_TYPESTAR: in PRIV()
Dpcre2_find_bracket.c113 case OP_TYPESTAR: in PRIV()
Dpcre2_printint.c467 case OP_TYPESTAR: in pcre2_printint()
478 if (*code >= OP_TYPESTAR) in pcre2_printint()
Dpcre2_dfa_match.c661 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()
1170 case OP_TYPESTAR: in internal_dfa_match()
1515 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1625 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1667 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1717 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1757 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
Dpcre2_pattern_info.c346 case OP_TYPESTAR: in pcre2_callout_enumerate()
Dpcre2_study.c369 case OP_TYPESTAR: in find_minlength()
1285 case OP_TYPESTAR: in set_start_bits()
Dpcre2_compile.c1246 case OP_TYPESTAR: in find_fixedlength()
1643 case OP_TYPESTAR: in could_be_empty_branch()
2503 case OP_TYPESTAR: in find_recurse()
5242 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7986 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8111 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
Dpcre2_internal.h1468 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
Dpcre2_jit_compile.c772 case OP_TYPESTAR: in next_opcode()
946 case OP_TYPESTAR: in is_accelerated_repeat()
1283 case OP_TYPESTAR: \
8687 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
8690 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
9451 case OP_TYPESTAR: in compile_matchingpath()
10584 case OP_TYPESTAR: in compile_backtrackingpath()
Dpcre2_match.c4213 case OP_TYPESTAR: in match()
4219 c = *ecode++ - OP_TYPESTAR; in match()
/external/pcre/dist2/
DHACKING310 OP_TYPESTAR
336 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by