Searched refs:OP_XCLASS (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_printint.c556 /* OP_XCLASS can only occur in UTF or PCRE16 modes. However, there's no
562 case OP_XCLASS:
570 if (*code == OP_XCLASS)
613 if (*code == OP_XCLASS)
H A Dpcre_byte_order.c259 case OP_XCLASS:
H A Dpcre_study.c327 case OP_XCLASS:
831 case OP_XCLASS:
H A Dpcre_compile.c1893 case OP_XCLASS:
2050 if (c == OP_XCLASS) code += GET(code, 1);
2188 if (c == OP_XCLASS) code += GET(code, 1);
2459 case OP_XCLASS:
3473 /* Helper variables for OP_XCLASS opcode (for characters > 255). */
4681 *code++ = OP_XCLASS;
5062 *previous == OP_XCLASS ||
H A Dpcre_dfa_exec.c2526 case OP_XCLASS:
2535 if (codevalue != OP_XCLASS)
H A Dpcre_jit_compile.c631 case OP_XCLASS:
3744 case OP_XCLASS:
5326 SLJIT_ASSERT(*opcode >= OP_CLASS || *opcode <= OP_XCLASS);
5329 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(pcre_uchar))) : GET(cc, 0);
5748 case OP_XCLASS:
6632 case OP_XCLASS:
H A Dpcretest.c1981 case OP_XCLASS:
H A Dpcre_exec.c3041 case OP_XCLASS:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_printint.c556 /* OP_XCLASS can only occur in UTF or PCRE16 modes. However, there's no
562 case OP_XCLASS:
570 if (*code == OP_XCLASS)
613 if (*code == OP_XCLASS)
H A Dpcre_byte_order.c259 case OP_XCLASS:
H A Dpcre_study.c327 case OP_XCLASS:
831 case OP_XCLASS:
H A Dpcre_compile.c1893 case OP_XCLASS:
2050 if (c == OP_XCLASS) code += GET(code, 1);
2188 if (c == OP_XCLASS) code += GET(code, 1);
2459 case OP_XCLASS:
3473 /* Helper variables for OP_XCLASS opcode (for characters > 255). */
4681 *code++ = OP_XCLASS;
5062 *previous == OP_XCLASS ||
H A Dpcre_dfa_exec.c2526 case OP_XCLASS:
2535 if (codevalue != OP_XCLASS)
H A Dpcre_jit_compile.c631 case OP_XCLASS:
3744 case OP_XCLASS:
5326 SLJIT_ASSERT(*opcode >= OP_CLASS || *opcode <= OP_XCLASS);
5329 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(pcre_uchar))) : GET(cc, 0);
5748 case OP_XCLASS:
6632 case OP_XCLASS:
H A Dpcretest.c1981 case OP_XCLASS:
H A Dpcre_exec.c3041 case OP_XCLASS:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_printint.c556 /* OP_XCLASS can only occur in UTF or PCRE16 modes. However, there's no
562 case OP_XCLASS:
570 if (*code == OP_XCLASS)
613 if (*code == OP_XCLASS)
H A Dpcre_byte_order.c259 case OP_XCLASS:
H A Dpcre_study.c327 case OP_XCLASS:
831 case OP_XCLASS:
H A Dpcre_compile.c1893 case OP_XCLASS:
2050 if (c == OP_XCLASS) code += GET(code, 1);
2188 if (c == OP_XCLASS) code += GET(code, 1);
2459 case OP_XCLASS:
3473 /* Helper variables for OP_XCLASS opcode (for characters > 255). */
4681 *code++ = OP_XCLASS;
5062 *previous == OP_XCLASS ||
H A Dpcre_dfa_exec.c2526 case OP_XCLASS:
2535 if (codevalue != OP_XCLASS)
H A Dpcre_jit_compile.c631 case OP_XCLASS:
3744 case OP_XCLASS:
5326 SLJIT_ASSERT(*opcode >= OP_CLASS || *opcode <= OP_XCLASS);
5329 class_len = (*type < OP_XCLASS) ? (int)(1 + (32 / sizeof(pcre_uchar))) : GET(cc, 0);
5748 case OP_XCLASS:
6632 case OP_XCLASS:
H A Dpcretest.c1981 case OP_XCLASS:
H A Dpcre_exec.c3041 case OP_XCLASS:

Completed in 486 milliseconds