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

/forgerock/web-agents-v4/pcre/
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 },
1820 case OP_FAIL:
4807 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
4813 *code++ = negate_class? OP_ALLANY : OP_FAIL;
6247 /* If previous is OP_FAIL, it was generated by an empty class [] in
6248 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
6252 else if (*previous == OP_FAIL) goto END_REPEAT;
6856 *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 115 milliseconds