Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c113 case OP_TYPESTAR: in PRIV()
H A 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()
H A Dpcre2_pattern_info.c367 case OP_TYPESTAR: in pcre2_callout_enumerate()
H A Dpcre2_printint.c469 case OP_TYPESTAR: in pcre2_printint()
480 if (*code >= OP_TYPESTAR) in pcre2_printint()
H A 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()
H A Dpcre2_study.c393 case OP_TYPESTAR: in find_minlength()
1384 case OP_TYPESTAR: in set_start_bits()
H A Dpcre2_internal.h1467 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_compile.c7397 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
8327 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8457 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
8521 case OP_TYPESTAR: in find_recurse()
H A Dpcre2_jit_compile.c1026 case OP_TYPESTAR: in next_opcode()
1324 case OP_TYPESTAR: in detect_early_fail()
1745 case OP_TYPESTAR: \
11011 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
11014 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
11905 case OP_TYPESTAR: in compile_matchingpath()
13046 case OP_TYPESTAR: in compile_backtrackingpath()
H A Dpcre2_match.c2590 case OP_TYPESTAR: in match()
2596 fc = *Fecode++ - OP_TYPESTAR; in match()

Completed in 91 milliseconds