Home
last modified time | relevance | path

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

/php-src/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()
1256 case OP_TYPESTAR: in PRIV()
H A Dpcre2_pattern_info.c367 case OP_TYPESTAR: in pcre2_callout_enumerate()
H A Dpcre2_printint.c511 case OP_TYPESTAR: in pcre2_printint()
522 if (*code >= OP_TYPESTAR) in pcre2_printint()
H A Dpcre2_dfa_match.c816 if (codevalue >= OP_TYPESTAR) in internal_dfa_match()
1356 case OP_TYPESTAR: in internal_dfa_match()
1714 case OP_PROP_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1848 case OP_EXTUNI_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1879 case OP_ANYNL_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1929 case OP_VSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
1969 case OP_HSPACE_EXTRA + OP_TYPESTAR: in internal_dfa_match()
H A Dpcre2_study.c396 case OP_TYPESTAR: in find_minlength()
1474 case OP_TYPESTAR: in set_start_bits()
H A Dpcre2_internal.h1516 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_compile.c7771 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
8749 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
8879 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
8943 case OP_TYPESTAR: in find_recurse()
H A Dpcre2_jit_compile.c1075 case OP_TYPESTAR: in next_opcode()
1388 case OP_TYPESTAR: in detect_early_fail()
1830 case OP_TYPESTAR: \
11645 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
11648 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
12540 case OP_TYPESTAR: in compile_matchingpath()
13741 case OP_TYPESTAR: in compile_backtrackingpath()
H A Dpcre2_match.c2692 case OP_TYPESTAR: in match()
2698 fc = *Fecode++ - OP_TYPESTAR; in match()

Completed in 109 milliseconds