Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c2024 case OP_TYPESTAR: in find_fixedlength()
2102 case OP_TYPESTAR: in PRIV()
2247 case OP_TYPESTAR: in find_recurse()
2624 case OP_TYPESTAR: in could_be_empty_branch()
2781 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()
2943 case OP_TYPESTAR: in get_chr_property_list()
3759 case OP_TYPESTAR: in auto_possessify()
5741 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
6438 case OP_TYPESTAR: *tempcode = OP_TYPEPOSSTAR; break; in compile_branch()
8516 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
[all …]
H A Dpcre_study.c308 case OP_TYPESTAR: in find_minlength()
1214 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.h2005 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: \
7791 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
7794 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
8357 case OP_TYPESTAR: in compile_matchingpath()
9504 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 78 milliseconds