Searched refs:OP_FAIL (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 721 case OP_FAIL: in find_minlength() 975 case OP_FAIL: in set_start_bits()
|
H A D | pcre2_compile.c | 615 OP_MARK, OP_ACCEPT, OP_FAIL, OP_COMMIT, OP_COMMIT_ARG, OP_PRUNE, 5140 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch() 5975 *code++ = OP_FAIL; in compile_branch() 6549 case OP_FAIL: in compile_branch() 7964 case OP_FAIL: in is_startline()
|
H A D | pcre2_internal.h | 1538 OP_FAIL, /* 159 */ enumerator
|
H A D | pcre2_dfa_match.c | 2668 case OP_FAIL: in internal_dfa_match() 2750 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
|
H A D | pcre2_jit_compile.c | 742 case OP_FAIL: in next_opcode() 8977 …(*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath() 9234 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath() 9245 else if (*matchingpath == OP_FALSE || *matchingpath == OP_FAIL) in compile_bracket_matchingpath() 10294 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath() 10697 case OP_FAIL: in compile_matchingpath() 11779 case OP_FAIL: in compile_backtrackingpath()
|
H A D | pcre2_match.c | 5301 case OP_FAIL: /* The assertion (?!) becomes OP_FAIL */ in match() 5828 case OP_FAIL: in match()
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regint.h | 526 OP_FAIL, /* pop stack and move */ enumerator
|
H A D | regexec.c | 229 { OP_FAIL, "fail"}, 627 case OP_FAIL: in print_compiled_byte_code() 2432 static int OpPrevTarget = OP_FAIL;
|
H A D | regcomp.c | 1833 r = add_op(reg, OP_FAIL); in compile_gimmick_node()
|
Completed in 116 milliseconds