Lines Matching refs:nextop
1047 u_int8_t *op, *nextop, *sp, *max;
1096 nextop = op + op[1] + 2;
1097 if (nextop > max)
1107 op = nextop;
1116 nextop = op + op[1] + 2;
1117 if (nextop > max)
1128 op = nextop;
1130 op = sp = nextop;
1247 u_int8_t *op, *nextop, *sp, *max, *end_pad = NULL;
1348 nextop = op + op[1] + 2;
1349 if (nextop > max)
1362 op = nextop;
1364 op = sp = nextop;