Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c589 case OP_FAIL: in find_minlength()
869 case OP_FAIL: in set_start_bits()
H A Dpcre_compile.c253 { 1, OP_FAIL, -1 },
254 { 4, OP_FAIL, -1 },
1827 case OP_FAIL: in find_fixedlength()
4863 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
6307 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()
6924 *code++ = OP_FAIL; in compile_branch()
8585 case OP_FAIL: in is_startline()
H A Dpcre_jit_compile.c670 case OP_FAIL: in next_opcode()
7007 …*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()
7265 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
7271 if (*matchingpath == OP_FAIL) in compile_bracket_matchingpath()
8114 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()
8509 case OP_FAIL: in compile_matchingpath()
9602 case OP_FAIL: in compile_backtrackingpath()
H A Dpcre_internal.h2116 OP_FAIL, /* 157 */ enumerator
H A DHACKING201 OP_FAIL ) parentheses, it may be preceded by one or more
H A Dpcre_exec.c779 case OP_FAIL: in match()
1379 case OP_FAIL: /* From optimized (?!) condition */ in match()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregint.h618 OP_FAIL, /* pop stack and move */ enumerator
H A Dregexec.c1288 static int OpPrevTarget = OP_FAIL;
2877 case OP_FAIL: STAT_OP_IN(OP_FAIL); in match_at()
H A Dregcomp.c1169 r = add_opcode(reg, OP_FAIL); in compile_option_node()
5526 { OP_FAIL, "fail", ARG_NON },

Completed in 112 milliseconds