Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c198 case OP_BRAZERO: in find_minlength()
910 case OP_BRAZERO: in set_start_bits()
H A DHACKING376 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are
384 compiled data its minimum number of times (or once with OP_BRAZERO if the
389 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO
H A Dpcre_compile.c1960 case OP_BRAZERO: in find_fixedlength()
2425 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO || in could_be_empty_branch()
5166 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
5184 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
5310 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
H A Dpcre_internal.h2091 OP_BRAZERO, /* 140 These two must remain together and in this */ enumerator
H A Dpcre_exec.c1856 case OP_BRAZERO: in match()

Completed in 55 milliseconds