Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_study.c178 case OP_BRAZERO: in find_minlength()
691 case OP_BRAZERO: in set_start_bits()
DHACKING341 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are
349 compiled data its minimum number of times (or once with OP_BRAZERO if the
354 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO
Dpcre_compile.c1955 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO) in could_be_empty_branch()
4518 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
4536 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
4642 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
Dpcre_internal.h1428 OP_BRAZERO, /* 105 These two must remain together and in this */ enumerator
Dpcre_dfa_exec.c808 case OP_BRAZERO: in internal_dfa_exec()
Dpcre_exec.c1514 case OP_BRAZERO: in match()