Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c663 case OP_BRAZERO: in next_opcode()
1143 case OP_BRAZERO: in set_private_data_ptrs()
7082 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7095 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7484 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
8500 case OP_BRAZERO: in compile_matchingpath()
8801 if (*cc == OP_BRAZERO) in compile_assert_backtrackingpath()
8807 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8826 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8850 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
[all …]
H A Dpcre_study.c204 case OP_BRAZERO: in find_minlength()
1017 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.c1971 case OP_BRAZERO: in find_fixedlength()
2484 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO || in could_be_empty_branch()
3220 case OP_BRAZERO: in compare_opcodes()
6039 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6057 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6182 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
H A Dpcre_internal.h2107 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 103 milliseconds