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

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c636 /* OP_XCLASS cannot occur in 8-bit, non-UTF mode. However, there's no harm
642 case OP_XCLASS:
653 if (*code == OP_XCLASS)
707 if (*code == OP_XCLASS)
H A Dpcre_byte_order.c280 case OP_XCLASS:
H A Dpcre_study.c330 case OP_XCLASS:
333 if (op == OP_XCLASS)
1275 case OP_XCLASS:
1302 if (*tcode == OP_XCLASS)
H A Dpcre_compile.c1902 case OP_XCLASS:
1905 if (op == OP_XCLASS)
2066 if (c == OP_XCLASS) code += GET(code, 1);
2201 if (c == OP_XCLASS) code += GET(code, 1);
2499 case OP_XCLASS:
3014 case OP_XCLASS:
3015 if (c == OP_XCLASS)
3242 case OP_XCLASS:
3564 case OP_XCLASS:
3663 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS)
[all...]
H A Dpcre_jit_compile.c766 case OP_XCLASS:
1192 case OP_XCLASS:
1399 case OP_XCLASS:
1637 case OP_XCLASS:
1638 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar);
1848 case OP_XCLASS:
1849 size = (*cc == OP_XCLASS) ? GET(cc, 1) : 1 + 32 / (int)sizeof(pcre_uchar);
3318 case OP_XCLASS:
5772 case OP_XCLASS:
7782 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS);
[all...]
H A Dpcre_dfa_exec.c2535 case OP_XCLASS:
2544 if (codevalue != OP_XCLASS)
H A Dpcre_exec.c3099 case OP_XCLASS:

Completed in 104 milliseconds