Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c174 case OP_STARI: in PRIV()
H A Dpcre2_auto_possess.c297 (c >= OP_STARI)? OP_STARI : in get_repeat_base()
362 case OP_STARI: in get_chr_property_list()
1317 case OP_STARI: in PRIV()
H A Dpcre2_pattern_info.c322 case OP_STARI: in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c2418 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2463 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2497 case OP_STARI: in internal_dfa_match()
2504 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2541 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2576 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
H A Dpcre2_study.c698 case OP_STARI: in find_minlength()
1205 case OP_STARI: in set_start_bits()
H A Dpcre2_printint.c480 case OP_STARI: in pcre2_printint()
H A Dpcre2_match.c1192 case OP_STARI: in match()
1203 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1240 if (Fop >= OP_STARI && /* Caseless */ in match()
1334 if (Fop >= OP_STARI) in match()
H A Dpcre2_internal.h1436 OP_STARI, /* 46 */ enumerator
H A Dpcre2_jit_compile.c985 case OP_STARI: in next_opcode()
1375 case OP_STARI: in detect_early_fail()
1720 case OP_STARI: \
11301 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
11305 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
12174 case OP_STARI: in compile_matchingpath()
13315 case OP_STARI: in compile_backtrackingpath()
H A Dpcre2_compile.c690 OP_STAR - OP_STAR, OP_STARI - OP_STAR,
8709 case OP_STARI: in find_recurse()

Completed in 98 milliseconds