Home | History | Annotate | Download | only in src

Lines Matching refs:OP_FAIL

404   { 1, OP_FAIL,   -1 },
405 { 4, OP_FAIL, -1 },
1045 case OP_FAIL:
4302 OP_FAIL, whereas [^] must match any character, so generate OP_ALLANY. */
4307 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5745 /* If previous is OP_FAIL, it was generated by an empty class []
5746 (PCRE2_ALLOW_EMPTY_CLASS is set). The other ways in which OP_FAIL can be
5751 else if (*previous == OP_FAIL) goto END_REPEAT;
6476 *code++ = OP_FAIL;
8058 case OP_FAIL: