Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c2018 case OP_STAR: in find_fixedlength()
2161 case OP_STAR: in PRIV()
2291 case OP_STAR: in find_recurse()
2588 case OP_STAR: in could_be_empty_branch()
4822 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
4823 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
4824 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
4825 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
4883 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
4988 *code++ = OP_STAR + repeat_type; in compile_branch()
[all …]
H A Dpcre_study.c466 case OP_STAR: in find_minlength()
934 case OP_STAR: in set_start_bits()
H A DHACKING223 OP_STAR OP_STARI
296 opcodes (OP_STAR, etc.) are used for repeated positive single-character
H A Dpcre_printint.src298 case OP_STAR:
H A Dpcre_internal.h1931 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
H A Dpcre_exec.c3280 case OP_STAR: in match()
3292 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()

Completed in 52 milliseconds