Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2043 case OP_TYPESTAR: in find_fixedlength()
2121 case OP_TYPESTAR: in PRIV()
2266 case OP_TYPESTAR: in find_recurse()
2643 case OP_TYPESTAR: in could_be_empty_branch()
2800 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()
2962 case OP_TYPESTAR: in get_chr_property_list()
3778 case OP_TYPESTAR: in auto_possessify()
5783 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
6486 case OP_TYPESTAR: *tempcode = OP_TYPEPOSSTAR; break; in compile_branch()
8642 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
[all …]
H A Dpcre_study.c312 case OP_TYPESTAR: in find_minlength()
1220 case OP_TYPESTAR: in set_start_bits()
H A DHACKING280 OP_TYPESTAR
306 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
H A Dpcre_internal.h2013 OP_TYPESTAR, /* 85 The maximizing and minimizing versions of */ enumerator
H A Dpcre_jit_compile.c740 case OP_TYPESTAR: in next_opcode()
1053 case OP_TYPESTAR: \
7833 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
7836 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
8399 case OP_TYPESTAR: in compile_matchingpath()
9545 case OP_TYPESTAR: in compile_backtrackingpath()
H A Dpcre_exec.c4123 case OP_TYPESTAR: in match()
4129 c = *ecode++ - OP_TYPESTAR; in match()

Completed in 134 milliseconds