Home
last modified time | relevance | path

Searched refs:OP_BRAMINZERO (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dpcre_study.c200 case OP_BRAMINZERO: in find_minlength()
976 case OP_BRAMINZERO: in set_start_bits()
Dpcre_jit_compile.c668 case OP_BRAMINZERO: in next_opcode()
973 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
6435 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
6452 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6694 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6715 if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6731 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6776 else if (bra == OP_BRAMINZERO) in compile_assert_matchingpath()
6954 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
6987 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
[all …]
DHACKING421 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are
434 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO
Dpcre_internal.h2096 OP_BRAMINZERO, /* 147 order. */ enumerator
Dpcre_compile.c1938 case OP_BRAMINZERO: in find_fixedlength()
2431 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO || in could_be_empty_branch()
3164 case OP_BRAMINZERO: in compare_opcodes()
Dpcre_dfa_exec.c848 case OP_BRAMINZERO: in internal_dfa_exec()
Dpcre_exec.c1877 case OP_BRAMINZERO: in match()