Home
last modified time | relevance | path

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

/PHP-7.1/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.c202 case OP_BRAZERO: in find_minlength()
1015 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.c1969 case OP_BRAZERO: in find_fixedlength()
2482 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO || in could_be_empty_branch()
3218 case OP_BRAZERO: in compare_opcodes()
6037 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6055 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
6180 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
H A Dpcre_internal.h2103 OP_BRAZERO, /* 146 These two must remain together and in this */ enumerator
H A Dpcre_exec.c1398 if (*ecode == OP_BRAZERO) ecode++; in match()
1874 case OP_BRAZERO: in match()

Completed in 80 milliseconds