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

/barrelfish-2018-10-04/lib/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_study.c335 case OP_XCLASS:
338 if (op == OP_XCLASS)
1317 case OP_XCLASS:
1344 if (*tcode == OP_XCLASS)
H A Dpcre_compile.c1931 case OP_XCLASS:
1934 if (op == OP_XCLASS)
2095 if (c == OP_XCLASS) code += GET(code, 1);
2258 if (c == OP_XCLASS) code += GET(code, 1);
2551 case OP_XCLASS:
3066 case OP_XCLASS:
3067 if (c == OP_XCLASS)
3298 case OP_XCLASS:
3620 case OP_XCLASS:
3729 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS)
[all...]
H A Dpcre_dfa_exec.c2535 case OP_XCLASS:
2544 if (codevalue != OP_XCLASS)
H A Dpcre_exec.c3106 case OP_XCLASS:

Completed in 66 milliseconds