Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c273 case OP_BRAZERO: in find_minlength()
1129 case OP_BRAZERO: in set_start_bits()
Dpcre2_jit_compile.c922 case OP_BRAZERO: in next_opcode()
1426 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1452 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1610 case OP_BRAZERO: in set_private_data_ptrs()
9763 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
9922 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9998 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
10004 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10017 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10027 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
[all …]
Dpcre2_auto_possess.c656 case OP_BRAZERO: in compare_opcodes()
Dpcre2_internal.h1553 OP_BRAZERO, /* 148 These two must remain together and in this */ enumerator
Dpcre2_compile.c6994 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
7009 *previous++ = OP_BRAZERO + repeat_type; in compile_branch()
7107 *code++ = OP_BRAZERO + repeat_type; in compile_branch()
Dpcre2_dfa_match.c931 case OP_BRAZERO: in internal_dfa_match()
Dpcre2_match.c4850 case OP_BRAZERO: in match()
/external/pcre/dist2/
DHACKING671 is preceded by one of OP_BRAZERO, OP_BRAMINZERO, or OP_SKIPZERO. These are
679 compiled data its minimum number of times (or once with OP_BRAZERO if the
684 fashion up to the maximum number of times, with OP_BRAZERO or OP_BRAMINZERO