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

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c252 case OP_NOTSTARI:
H A Dpcre_study.c511 case OP_NOTSTARI:
861 case OP_NOTSTARI:
H A Dpcre_compile.c1980 case OP_NOTSTARI:
2274 case OP_NOTSTARI:
2629 case OP_NOTSTARI:
2752 (c >= OP_NOTSTARI)? OP_NOTSTARI :
2909 case OP_NOTSTARI:
3802 case OP_NOTSTARI:
5640 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break;
6378 case OP_NOTSTARI: *tempcode = OP_NOTPOSSTARI; break;
H A Dpcre_printint.c551 case OP_NOTSTARI:
H A Dpcre_exec.c3754 case OP_NOTSTARI:
3765 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR);
3787 if (op >= OP_NOTSTARI) /* Caseless */
H A Dpcre_dfa_exec.c2404 case OP_NOTSTARI:
H A Dpcre_jit_compile.c724 case OP_NOTSTARI:
1047 case OP_NOTSTARI: \
7768 else if (*opcode >= OP_NOTSTARI && *opcode <= OP_NOTPOSUPTOI)
7772 *opcode -= OP_NOTSTARI - OP_STAR;
8327 case OP_NOTSTARI:
9473 case OP_NOTSTARI:

Completed in 171 milliseconds