Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c663 case OP_BRAZERO: in next_opcode()
959 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
985 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1143 case OP_BRAZERO: in set_private_data_ptrs()
6487 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
6625 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6701 if (conditional || bra == OP_BRAZERO) in compile_assert_matchingpath()
6707 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6720 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6730 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
[all …]
Dpcre_study.c204 case OP_BRAZERO: in find_minlength()
1017 case OP_BRAZERO: in set_start_bits()
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
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()
Dpcre_internal.h2103 OP_BRAZERO, /* 146 These two must remain together and in this */ enumerator
Dpcre_exec.c1400 if (*ecode == OP_BRAZERO) ecode++; in match()
1876 case OP_BRAZERO: in match()
Dpcre_dfa_exec.c847 case OP_BRAZERO: in internal_dfa_exec()