Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c552 case OP_NOTSTAR: in find_minlength()
902 case OP_NOTSTAR: in set_start_bits()
H A Dpcre_compile.c2005 case OP_NOTSTAR: in find_fixedlength()
2182 case OP_NOTSTAR: in PRIV()
2327 case OP_NOTSTAR: in find_recurse()
2677 case OP_NOTSTAR: in could_be_empty_branch()
2802 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()
2954 case OP_NOTSTAR: in get_chr_property_list()
3853 case OP_NOTSTAR: in auto_possessify()
5737 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
6476 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break; in compile_branch()
H A DHACKING267 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,
318 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,
H A Dpcre_internal.h1977 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
H A Dpcre_jit_compile.c707 case OP_NOTSTAR: in next_opcode()
1031 case OP_NOTSTAR: \
7821 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
7825 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
8373 case OP_NOTSTAR: in compile_matchingpath()
9519 case OP_NOTSTAR: in compile_backtrackingpath()
H A Dpcre_exec.c3760 case OP_NOTSTAR: in match()
3772 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()

Completed in 84 milliseconds