Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c743 case OP_FAIL: in find_minlength()
1018 case OP_FAIL: in set_start_bits()
Dpcre2_compile.c634 OP_MARK, OP_ACCEPT, OP_FAIL, OP_COMMIT, OP_COMMIT_ARG, OP_PRUNE,
5513 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
6397 *code++ = OP_FAIL; in compile_branch()
6969 case OP_FAIL: in compile_branch()
8401 case OP_FAIL: in is_startline()
Dpcre2_internal.h1584 OP_FAIL, /* 162 */ enumerator
Dpcre2_dfa_match.c2682 case OP_FAIL: in internal_dfa_match()
2764 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
Dpcre2_jit_compile.c956 case OP_FAIL: in next_opcode()
10273 …(*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()
10527 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
10538 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
11722 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()
12138 case OP_FAIL: in compile_matchingpath()
13225 case OP_FAIL: in compile_backtrackingpath()
Dpcre2_match.c5377 case OP_FAIL: /* The assertion (?!) becomes OP_FAIL */ in match()
5931 case OP_FAIL: in match()
/external/pcre/dist2/
DHACKING421 OP_FAIL ) parentheses, it may be preceded by one or more
428 always optimized to OP_FAIL.
767 A condition that is the negative assertion (?!) is optimized to OP_FAIL in all