Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2031 case OP_STAR: in find_fixedlength()
2180 case OP_STAR: in PRIV()
2325 case OP_STAR: in find_recurse()
2675 case OP_STAR: in could_be_empty_branch()
2804 OP_STAR; in get_repeat_base()
2937 c -= (base - OP_STAR); in get_chr_property_list()
2946 case OP_STAR: in get_chr_property_list()
3681 c -= get_repeat_base(c) - OP_STAR; in auto_possessify()
3691 case OP_STAR: in auto_possessify()
3827 case OP_STAR: in auto_possessify()
[all …]
H A Dpcre_study.c550 case OP_STAR: in find_minlength()
1041 case OP_STAR: in set_start_bits()
H A DHACKING240 OP_STAR OP_STARI
269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
H A Dpcre_jit_compile.c681 case OP_STAR: in next_opcode()
1027 case OP_STAR: \
7819 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
7825 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
7831 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
7836 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
7848 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
7965 case OP_STAR: in compile_iterator_matchingpath()
8347 case OP_STAR: in compile_matchingpath()
8617 case OP_STAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre_internal.h1940 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
H A Dpcre_exec.c3366 case OP_STAR: in match()
3378 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()

Completed in 80 milliseconds