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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_study.c507 case OP_FAIL:
779 case OP_FAIL:
H A Dpcre_compile.c231 { 1, OP_FAIL, -1 },
232 { 4, OP_FAIL, -1 },
1812 case OP_FAIL:
3801 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
3807 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5476 /* If previous is OP_FAIL, it was generated by an empty class [] in
5477 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
5481 else if (*previous == OP_FAIL) goto END_REPEAT;
5954 *code++ = OP_FAIL;
H A Dpcre_dfa_exec.c2607 (?!) is optimised to OP_FAIL when compiling, so we have to support that,
2610 case OP_FAIL:
H A Dpcre_jit_compile.c524 case OP_FAIL:
5559 if (*cc == OP_FAIL)
5842 case OP_FAIL:
6697 case OP_FAIL:
H A Dpcre_exec.c747 case OP_FAIL:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_study.c507 case OP_FAIL:
779 case OP_FAIL:
H A Dpcre_compile.c231 { 1, OP_FAIL, -1 },
232 { 4, OP_FAIL, -1 },
1812 case OP_FAIL:
3801 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
3807 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5476 /* If previous is OP_FAIL, it was generated by an empty class [] in
5477 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
5481 else if (*previous == OP_FAIL) goto END_REPEAT;
5954 *code++ = OP_FAIL;
H A Dpcre_dfa_exec.c2607 (?!) is optimised to OP_FAIL when compiling, so we have to support that,
2610 case OP_FAIL:
H A Dpcre_jit_compile.c524 case OP_FAIL:
5559 if (*cc == OP_FAIL)
5842 case OP_FAIL:
6697 case OP_FAIL:
H A Dpcre_exec.c747 case OP_FAIL:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_study.c507 case OP_FAIL:
779 case OP_FAIL:
H A Dpcre_compile.c231 { 1, OP_FAIL, -1 },
232 { 4, OP_FAIL, -1 },
1812 case OP_FAIL:
3801 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas
3807 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5476 /* If previous is OP_FAIL, it was generated by an empty class [] in
5477 JavaScript mode. The other ways in which OP_FAIL can be generated, that is
5481 else if (*previous == OP_FAIL) goto END_REPEAT;
5954 *code++ = OP_FAIL;
H A Dpcre_dfa_exec.c2607 (?!) is optimised to OP_FAIL when compiling, so we have to support that,
2610 case OP_FAIL:
H A Dpcre_jit_compile.c524 case OP_FAIL:
5559 if (*cc == OP_FAIL)
5842 case OP_FAIL:
6697 case OP_FAIL:
H A Dpcre_exec.c747 case OP_FAIL:

Completed in 482 milliseconds