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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c595 case OP_FAIL:
875 case OP_FAIL:
H A Dpcre_compile.c259 { 1, OP_FAIL, -1 },
260 { 4, OP_FAIL, -1 },
1849 case OP_FAIL:
4913 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
4919 *code++ = negate_class? OP_ALLANY : OP_FAIL;
6391 /* If previous is OP_FAIL, it was generated by an empty class [] in
6392 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
6396 else if (*previous == OP_FAIL) goto END_REPEAT;
7040 *code++ = OP_FAIL;
8730 case OP_FAIL
[all...]
H A Dpcre_dfa_exec.c2650 (?!) is optimised to OP_FAIL when compiling, so we have to support that,
2653 case OP_FAIL:
2740 converted to OP_FAIL. */
2742 if (condcode == OP_DEF || condcode == OP_FAIL)
H A Dpcre_exec.c779 case OP_FAIL:
1379 case OP_FAIL: /* From optimized (?!) condition */

Completed in 81 milliseconds