Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c595 case OP_FAIL: in find_minlength()
875 case OP_FAIL: in set_start_bits()
Dpcre_compile.c259 { 1, OP_FAIL, -1 },
260 { 4, OP_FAIL, -1 },
1846 case OP_FAIL: in find_fixedlength()
4880 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
6355 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()
6992 *code++ = OP_FAIL; in compile_branch()
8711 case OP_FAIL: in is_startline()
Dpcre_dfa_exec.c2653 case OP_FAIL: in internal_dfa_exec()
2742 if (condcode == OP_DEF || condcode == OP_FAIL) in internal_dfa_exec()
Dpcre_internal.h2120 OP_FAIL, /* 157 */ enumerator
Dpcre_jit_compile.c670 case OP_FAIL: in next_opcode()
7044 …*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()
7302 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
7308 if (*matchingpath == OP_FAIL) in compile_bracket_matchingpath()
8156 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()
8550 case OP_FAIL: in compile_matchingpath()
9643 case OP_FAIL: in compile_backtrackingpath()
DHACKING201 OP_FAIL ) parentheses, it may be preceded by one or more
Dpcre_exec.c779 case OP_FAIL: in match()
1379 case OP_FAIL: /* From optimized (?!) condition */ in match()