Lines Matching defs:index
125 * don't accept any packets with implicit index until we get
126 * one with an explicit index. Otherwise the uncompress code
511 /* Make sure the state index is in range, then grab the state.
512 * If we have a good state index, clear the 'discard' flag.
514 x = *cp++; /* Read conn index */
525 /* this packet has an implicit state index. If we've
527 * explicit state index, we have to toss the packet. */
649 unsigned char index;
663 index = icp[9];
671 if(index > comp->rslot_limit) {
677 cs = &comp->rstate[comp->recv_current = index];