Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c481 case OP_TYPESTAR: in pcre_printint()
491 if (*code >= OP_TYPESTAR) in pcre_printint()
H A Dpcre_compile.c2041 case OP_TYPESTAR: in find_fixedlength()
2119 case OP_TYPESTAR: in PRIV()
2264 case OP_TYPESTAR: in find_recurse()
2641 case OP_TYPESTAR: in could_be_empty_branch()
2798 (c >= OP_TYPESTAR)? OP_TYPESTAR : in get_repeat_base()
2960 case OP_TYPESTAR: in get_chr_property_list()
3776 case OP_TYPESTAR: in auto_possessify()
5781 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
6484 case OP_TYPESTAR: *tempcode = OP_TYPEPOSSTAR; break; in compile_branch()
8645 else if ((op == OP_TYPESTAR || op == OP_TYPEMINSTAR || in is_anchored()
[all …]
H A Dpcre_study.c310 case OP_TYPESTAR: in find_minlength()
1218 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.h2009 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.c4121 case OP_TYPESTAR: in match()
4127 c = *ecode++ - OP_TYPESTAR; in match()

Completed in 82 milliseconds