Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c306 case OP_TYPESTAR: in find_minlength()
1120 case OP_TYPESTAR: in set_start_bits()
H A Dpcre_printint.src307 case OP_TYPESTAR:
317 if (*code >= OP_TYPESTAR)
H A Dpcre_compile.c2030 case OP_TYPESTAR: in find_fixedlength()
2109 case OP_TYPESTAR: in PRIV()
2229 case OP_TYPESTAR: in find_recurse()
2557 case OP_TYPESTAR: in could_be_empty_branch()
4883 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
5547 case OP_TYPESTAR: *tempcode = OP_TYPEPOSSTAR; break; in compile_branch()
7478 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
7597 else if (op == OP_TYPESTAR || op == OP_TYPEMINSTAR || op == OP_TYPEPOSSTAR) in is_startline()
H A DHACKING259 OP_TYPESTAR
282 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
H A Dpcre_internal.h2004 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
H A Dpcre_exec.c4027 case OP_TYPESTAR: in match()
4033 c = *ecode++ - OP_TYPESTAR; in match()

Completed in 52 milliseconds