Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c174 case OP_STARI: in PRIV()
H A Dpcre2_auto_possess.c280 (c >= OP_STARI)? OP_STARI : in get_repeat_base()
345 case OP_STARI: in get_chr_property_list()
1295 case OP_STARI: in PRIV()
H A Dpcre2_pattern_info.c322 case OP_STARI: in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c2361 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2406 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2440 case OP_STARI: in internal_dfa_match()
2447 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2484 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2519 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.c449 case OP_STARI: in pcre2_printint()
H A Dpcre2_match.c1175 case OP_STARI: in match()
1186 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1223 if (Fop >= OP_STARI && /* Caseless */ in match()
1317 if (Fop >= OP_STARI) in match()
H A Dpcre2_internal.h1412 OP_STARI, /* 46 */ enumerator
H A Dpcre2_jit_compile.c980 case OP_STARI: in next_opcode()
1368 case OP_STARI: in detect_early_fail()
1721 case OP_STARI: \
10993 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
10997 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11866 case OP_STARI: in compile_matchingpath()
13007 case OP_STARI: in compile_backtrackingpath()
H A Dpcre2_compile.c688 OP_STAR - OP_STAR, OP_STARI - OP_STAR,
8582 case OP_STARI: in find_recurse()

Completed in 103 milliseconds