Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c545 case OP_STARI: in find_minlength()
1044 case OP_STARI: in set_start_bits()
H A Dpcre_compile.c2013 case OP_STARI: in find_fixedlength()
2162 case OP_STARI: in PRIV()
2307 case OP_STARI: in find_recurse()
2657 case OP_STARI: in could_be_empty_branch()
2784 (c >= OP_STARI)? OP_STARI : in get_repeat_base()
2931 case OP_STARI: in get_chr_property_list()
3821 case OP_STARI: in auto_possessify()
5694 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
6423 case OP_STARI: *tempcode = OP_POSSTARI; break; in compile_branch()
H A Dpcre_exec.c3367 case OP_STARI: in match()
3378 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
3417 if (op >= OP_STARI && /* Caseless */ in match()
3521 if (op >= OP_STARI) /* Caseless */ in match()
H A Dpcre_internal.h1950 OP_STARI, /* 46 */ enumerator
H A Dpcre_jit_compile.c694 case OP_STARI: in next_opcode()
1029 case OP_STARI: \
7773 else if (*opcode >= OP_STARI && *opcode <= OP_POSUPTOI) in get_iterator_parameters()
7777 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
8318 case OP_STARI: in compile_matchingpath()
9465 case OP_STARI: in compile_backtrackingpath()
H A DHACKING240 OP_STAR OP_STARI

Completed in 85 milliseconds