Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c2029 case OP_STAR: in find_fixedlength()
2178 case OP_STAR: in PRIV()
2323 case OP_STAR: in find_recurse()
2673 case OP_STAR: in could_be_empty_branch()
2802 OP_STAR; in get_repeat_base()
2935 c -= (base - OP_STAR); in get_chr_property_list()
2944 case OP_STAR: in get_chr_property_list()
3679 c -= get_repeat_base(c) - OP_STAR; in auto_possessify()
3689 case OP_STAR: in auto_possessify()
3825 case OP_STAR: in auto_possessify()
[all …]
H A Dpcre_study.c548 case OP_STAR: in find_minlength()
1039 case OP_STAR: in set_start_bits()
H A Dpcre_printint.c472 case OP_STAR: in pcre_printint()
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.h1936 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
H A Dpcre_exec.c3364 case OP_STAR: in match()
3376 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()

Completed in 80 milliseconds