Home
last modified time | relevance | path

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

/php-src/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()
1323 case OP_STARI: in PRIV()
H A Dpcre2_pattern_info.c322 case OP_STARI: in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c2465 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2510 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2544 case OP_STARI: in internal_dfa_match()
2551 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2588 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2623 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
H A Dpcre2_study.c701 case OP_STARI: in find_minlength()
1295 case OP_STARI: in set_start_bits()
H A Dpcre2_printint.c491 case OP_STARI: in pcre2_printint()
H A Dpcre2_match.c1243 case OP_STARI: in match()
1254 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1291 if (Fop >= OP_STARI && /* Caseless */ in match()
1385 if (Fop >= OP_STARI) in match()
H A Dpcre2_internal.h1461 OP_STARI, /* 46 */ enumerator
H A Dpcre2_jit_compile.c1029 case OP_STARI: in next_opcode()
1443 case OP_STARI: in detect_early_fail()
1806 case OP_STARI: \
11689 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
11693 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
12563 case OP_STARI: in compile_matchingpath()
13764 case OP_STARI: in compile_backtrackingpath()
H A Dpcre2_compile.c690 OP_STAR - OP_STAR, OP_STARI - OP_STAR,
9006 case OP_STARI: in find_recurse()

Completed in 116 milliseconds