Searched refs:OP_FAIL (Results 1 - 5 of 5) sorted by relevance
/external/pcre/dist/ |
H A D | pcre_study.c | 595 case OP_FAIL: 875 case OP_FAIL:
|
H A D | pcre_compile.c | 259 { 1, OP_FAIL, -1 }, 260 { 4, OP_FAIL, -1 }, 1846 case OP_FAIL: 4874 that. In JS mode, [] must always fail, so generate OP_FAIL, whereas 4880 *code++ = negate_class? OP_ALLANY : OP_FAIL; 6350 /* If previous is OP_FAIL, it was generated by an empty class [] in 6351 JavaScript mode. The other ways in which OP_FAIL can be generated, that is 6355 else if (*previous == OP_FAIL) goto END_REPEAT; 6992 *code++ = OP_FAIL; 8711 case OP_FAIL [all...] |
H A D | pcre_dfa_exec.c | 2650 (?!) 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 D | pcre_jit_compile.c | 670 case OP_FAIL: 7044 has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE; 7302 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) 7308 if (*matchingpath == OP_FAIL) 8156 if (*cc == OP_FAIL) 8550 case OP_FAIL: 9643 case OP_FAIL:
|
H A D | pcre_exec.c | 779 case OP_FAIL: 1379 case OP_FAIL: /* From optimized (?!) condition */
|
Completed in 117 milliseconds