Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_study.c401 case OP_STAR: in find_minlength()
714 case OP_STAR: in set_start_bits()
Dpcre_compile.c1782 case OP_STAR: in _pcre_find_bracket()
1888 case OP_STAR: in find_recurse()
2122 case OP_STAR: in could_be_empty_branch()
4215 op_type = OP_NOTSTAR - OP_STAR; /* Use "not" opcodes */ in compile_branch()
4238 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
4284 if (repeat_max == -1) *code++ = OP_STAR + repeat_type; in compile_branch()
4343 *code++ = OP_STAR + repeat_type; in compile_branch()
4763 case OP_STAR: *tempcode = OP_POSSTAR; break; in compile_branch()
DHACKING186 OP_STAR
266 negated, single-character class. The normal ones (OP_STAR etc.) are used for a
Dpcre_printint.src298 case OP_STAR:
Dpcre_internal.h1323 OP_STAR, /* 31 The maximizing and minimizing versions of */ enumerator
Dpcre_dfa_exec.c2227 case OP_STAR: in internal_dfa_exec()
Dpcre_exec.c2828 case OP_STAR: in match()
2834 c = *ecode++ - OP_STAR; in match()