Lines Matching defs:in_finger
144 char *in_finger; /* location of next byte to be had */
232 rstrm->in_finger = (rstrm->in_boundry += recvsize);
253 int32_t *buflp = (int32_t *)(void *)(rstrm->in_finger);
261 rstrm->in_finger += sizeof(int32_t);
357 pos -= rstrm->in_boundry - rstrm->in_finger;
388 newpos = rstrm->in_finger - delta;
392 rstrm->in_finger = newpos;
421 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
422 buf = (int32_t *)(void *)rstrm->in_finger;
424 rstrm->in_finger += len;
464 if (rstrm->in_finger == rstrm->in_boundry &&
499 if (rstrm->in_finger == rstrm->in_boundry)
603 rstrm->in_finger = rstrm->in_base;
663 rstrm->in_finger = where;
675 if (len > ((uintptr_t)rstrm->in_boundry - (uintptr_t)rstrm->in_finger))
677 memcpy(addr, rstrm->in_finger, len);
678 rstrm->in_finger += len;
684 (uintptr_t)rstrm->in_finger);
693 memmove(addr, rstrm->in_finger, current);
694 rstrm->in_finger += current;
734 (long)rstrm->in_finger);
741 rstrm->in_finger += current;
770 rstrm->in_finger += diff;