Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c663 case OP_BRAZERO: in next_opcode()
6693 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
7045 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7058 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7447 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
8459 case OP_BRAZERO: in compile_matchingpath()
8760 if (*cc == OP_BRAZERO) in compile_assert_backtrackingpath()
8766 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8785 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8809 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
[all …]
H A Dpcre_study.c200 case OP_BRAZERO: in find_minlength()
1011 case OP_BRAZERO: in set_start_bits()
H A DHACKING421 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are
429 compiled data its minimum number of times (or once with OP_BRAZERO if the
434 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO
H A Dpcre_compile.c1952 case OP_BRAZERO: in find_fixedlength()
2465 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO || in could_be_empty_branch()
3201 case OP_BRAZERO: in compare_opcodes()
5997 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6015 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6140 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
H A Dpcre_internal.h2099 OP_BRAZERO, /* 146 These two must remain together and in this */ enumerator
H A Dpcre_exec.c1400 if (*ecode == OP_BRAZERO) ecode++; in match()
1876 case OP_BRAZERO: in match()

Completed in 69 milliseconds