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

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c212 case OP_NOTI:
H A Dpcre_study.c213 case OP_NOTI:
838 case OP_NOTI:
H A Dpcre_compile.c1839 case OP_NOTI:
2254 case OP_NOTI:
2562 case OP_NOTI:
2910 list[0] = OP_NOTI;
2951 case OP_NOTI:
3762 case OP_NOTI:
5346 a special OP_NOTPROP item instead of OP_NOTI. */
5361 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT;
5632 || *previous == OP_NOT || *previous == OP_NOTI)
5640 case OP_NOTI
[all...]
H A Dpcre_printint.c542 case OP_NOTI:
H A Dpcre_jit_compile.c684 case OP_NOTI:
1365 case OP_NOTI:
3355 case OP_NOTI:
5663 case OP_NOTI:
7771 *type = OP_NOTI;
7884 case OP_NOTI:
8266 case OP_NOTI:
H A Dpcre_dfa_exec.c2287 case OP_NOTI:
H A Dpcre_exec.c3654 case OP_NOTI:
3692 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c))

Completed in 93 milliseconds