Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c746 case OP_FAIL: in find_minlength()
1022 case OP_FAIL: in set_start_bits()
H A Dpcre2_compile.c636 OP_MARK, OP_ACCEPT, OP_FAIL, OP_COMMIT, OP_COMMIT_ARG, OP_PRUNE,
5868 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()
6771 *code++ = OP_FAIL; in compile_branch()
7350 case OP_FAIL: in compile_branch()
8822 case OP_FAIL: in is_startline()
H A Dpcre2_dfa_match.c2786 case OP_FAIL: in internal_dfa_match()
2868 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
H A Dpcre2_internal.h1634 OP_FAIL, /* 163 */ enumerator
H A Dpcre2_jit_compile.c1003 case OP_FAIL: in next_opcode()
10798 …(*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()
11070 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
11081 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
12279 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()
12696 case OP_FAIL: in compile_matchingpath()
13843 case OP_FAIL: in compile_backtrackingpath()
H A Dpcre2_match.c5688 case OP_FAIL: /* The assertion (?!) becomes OP_FAIL */ in match()
6359 case OP_FAIL: in match()

Completed in 90 milliseconds