Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c469 case OP_NOTSTARI: in find_minlength()
816 case OP_NOTSTARI: in set_start_bits()
H A Dpcre_compile.c1995 case OP_NOTSTARI: in find_fixedlength()
2294 case OP_NOTSTARI: in find_recurse()
4825 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
5542 case OP_NOTSTARI: *tempcode = OP_NOTPOSSTARI; break; in compile_branch()
H A Dpcre_exec.c3666 case OP_NOTSTARI: in match()
3677 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
3699 if (op >= OP_NOTSTARI) /* Caseless */ in match()
H A Dpcre_internal.h1986 OP_NOTSTARI, /* 72 */ enumerator

Completed in 52 milliseconds