Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c549 case OP_STARI: in find_minlength()
1048 case OP_STARI: in set_start_bits()
H A Dpcre_compile.c2030 case OP_STARI: in find_fixedlength()
2179 case OP_STARI: in PRIV()
2324 case OP_STARI: in find_recurse()
2674 case OP_STARI: in could_be_empty_branch()
2801 (c >= OP_STARI)? OP_STARI : in get_repeat_base()
2948 case OP_STARI: in get_chr_property_list()
3838 case OP_STARI: in auto_possessify()
5734 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
6469 case OP_STARI: *tempcode = OP_POSSTARI; break; in compile_branch()
H A Dpcre_printint.c461 case OP_STARI: in pcre_printint()
H A Dpcre_exec.c3365 case OP_STARI: in match()
3376 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
3415 if (op >= OP_STARI && /* Caseless */ in match()
3519 if (op >= OP_STARI) /* Caseless */ in match()
H A Dpcre_internal.h1954 OP_STARI, /* 46 */ enumerator
H A DHACKING240 OP_STAR OP_STARI
H A Dpcre_jit_compile.c694 case OP_STARI: in next_opcode()
1029 case OP_STARI: \
7815 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
7819 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
8360 case OP_STARI: in compile_matchingpath()
9506 case OP_STARI: in compile_backtrackingpath()

Completed in 105 milliseconds