Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c553 case OP_NOTSTARI: in find_minlength()
903 case OP_NOTSTARI: in set_start_bits()
H A Dpcre_compile.c2006 case OP_NOTSTARI: in find_fixedlength()
2183 case OP_NOTSTARI: in PRIV()
2328 case OP_NOTSTARI: in find_recurse()
2678 case OP_NOTSTARI: in could_be_empty_branch()
2801 (c >= OP_NOTSTARI)? OP_NOTSTARI : in get_repeat_base()
2958 case OP_NOTSTARI: in get_chr_property_list()
3866 case OP_NOTSTARI: in auto_possessify()
5738 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
6481 case OP_NOTSTARI: *tempcode = OP_NOTPOSSTARI; break; in compile_branch()
H A Dpcre_exec.c3761 case OP_NOTSTARI: in match()
3772 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
3794 if (op >= OP_NOTSTARI) /* Caseless */ in match()
H A Dpcre_internal.h1995 OP_NOTSTARI, /* 72 */ enumerator
H A DHACKING267 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,
H A Dpcre_jit_compile.c720 case OP_NOTSTARI: in next_opcode()
1033 case OP_NOTSTARI: \
7827 else if (*opcode >= OP_NOTSTARI && *opcode <= OP_NOTPOSUPTOI) in get_iterator_parameters()
7831 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
8386 case OP_NOTSTARI: in compile_matchingpath()
9532 case OP_NOTSTARI: in compile_backtrackingpath()

Completed in 72 milliseconds