Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c467 case OP_STARI: in find_minlength()
943 case OP_STARI: in set_start_bits()
H A Dpcre_compile.c2019 case OP_STARI: in find_fixedlength()
2162 case OP_STARI: in PRIV()
2292 case OP_STARI: in find_recurse()
2589 case OP_STARI: in could_be_empty_branch()
4823 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5532 case OP_STARI: *tempcode = OP_POSSTARI; break; in compile_branch()
H A Dpcre_exec.c3281 case OP_STARI: in match()
3292 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
3316 if (op >= OP_STARI && /* Caseless */ in match()
3421 if (op >= OP_STARI) /* Caseless */ in match()
H A Dpcre_internal.h1949 OP_STARI, /* 46 */ enumerator
H A DHACKING223 OP_STAR OP_STARI

Completed in 55 milliseconds