Searched refs:OP_FAIL (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c553 case OP_FAIL:
833 case OP_FAIL:
H A Dpcre_compile.c253 { 1, OP_FAIL, -1 },
254 { 4, OP_FAIL, -1 },
1816 case OP_FAIL:
4803 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
4809 *code++ = negate_class? OP_ALLANY : OP_FAIL;
6243 /* If previous is OP_FAIL, it was generated by an empty class [] in
6244 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
6248 else if (*previous == OP_FAIL) goto END_REPEAT;
6852 *code++ = OP_FAIL;
H A Dpcre_dfa_exec.c2650 (?!) is optimised to OP_FAIL when compiling, so we have to support that,
2653 case OP_FAIL:
H A Dpcre_jit_compile.c674 case OP_FAIL:
8097 if (*cc == OP_FAIL)
8492 case OP_FAIL:
9584 case OP_FAIL:
H A Dpcre_exec.c779 case OP_FAIL:

Completed in 154 milliseconds