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

/external/pcre/dist/
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.c1976 case OP_NOTSTARI:
2270 case OP_NOTSTARI:
2625 case OP_NOTSTARI:
2748 (c >= OP_NOTSTARI)? OP_NOTSTARI :
2905 case OP_NOTSTARI:
3798 case OP_NOTSTARI:
5636 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break;
6374 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:
H A Dpcretest.c2612 case OP_NOTSTARI:

Completed in 80 milliseconds