Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c113 case OP_TYPESTAR: in PRIV()
H A Dpcre2_auto_possess.c294 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()
374 case OP_TYPESTAR: in get_chr_property_list()
1250 case OP_TYPESTAR: in PRIV()
H A Dpcre2_pattern_info.c367 case OP_TYPESTAR: in pcre2_callout_enumerate()
H A Dpcre2_printint.c500 case OP_TYPESTAR: in pcre2_printint()
511 if (*code >= OP_TYPESTAR) in pcre2_printint()
H A Dpcre2_dfa_match.c814 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()
1339 case OP_TYPESTAR: in internal_dfa_match()
1687 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1811 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1842 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1892 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1932 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.h1491 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_compile.c7514 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
8454 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8584 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
8648 case OP_TYPESTAR: in find_recurse()
H A Dpcre2_jit_compile.c1031 case OP_TYPESTAR: in next_opcode()
1331 case OP_TYPESTAR: in detect_early_fail()
1744 case OP_TYPESTAR: \
11319 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
11322 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
12213 case OP_TYPESTAR: in compile_matchingpath()
13354 case OP_TYPESTAR: in compile_backtrackingpath()
H A Dpcre2_match.c2629 case OP_TYPESTAR: in match()
2635 fc = *Fecode++ - OP_TYPESTAR; in match()

Completed in 92 milliseconds