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()
357 case OP_TYPESTAR: in get_chr_property_list()
1228 case OP_TYPESTAR: in PRIV()
Dpcre2_find_bracket.c113 case OP_TYPESTAR: in PRIV()
Dpcre2_printint.c469 case OP_TYPESTAR: in pcre2_printint()
480 if (*code >= OP_TYPESTAR) in pcre2_printint()
Dpcre2_pattern_info.c367 case OP_TYPESTAR: in pcre2_callout_enumerate()
Dpcre2_dfa_match.c814 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()
1325 case OP_TYPESTAR: in internal_dfa_match()
1659 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1769 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1800 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1850 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1890 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
Dpcre2_study.c393 case OP_TYPESTAR: in find_minlength()
1384 case OP_TYPESTAR: in set_start_bits()
Dpcre2_internal.h1467 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
Dpcre2_compile.c7398 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
8328 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8458 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
8522 case OP_TYPESTAR: in find_recurse()
Dpcre2_jit_compile.c1026 case OP_TYPESTAR: in next_opcode()
1321 case OP_TYPESTAR: in detect_early_fail()
1742 case OP_TYPESTAR: \
11088 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
11091 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
11982 case OP_TYPESTAR: in compile_matchingpath()
13123 case OP_TYPESTAR: in compile_backtrackingpath()
Dpcre2_match.c2590 case OP_TYPESTAR: in match()
2596 fc = *Fecode++ - OP_TYPESTAR; in match()
/external/pcre/dist2/
DHACKING525 OP_TYPESTAR
552 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by