Searched refs:in_finger (Results 1 – 1 of 1) sorted by relevance
123 char *in_finger; /* location of next byte to be had */ member212 rstrm->in_finger = (rstrm->in_boundry += recvsize); in xdrrec_create()233 int32_t *buflp = (int32_t *)(void *)(rstrm->in_finger); in xdrrec_getlong()241 rstrm->in_finger += sizeof(int32_t); in xdrrec_getlong()340 pos = rstrm->in_finger - rstrm->in_base; in xdrrec_getpos()369 newpos = rstrm->in_finger - delta; in xdrrec_setpos()373 rstrm->in_finger = newpos; in xdrrec_setpos()402 ((rstrm->in_finger + len) <= rstrm->in_boundry)) { in xdrrec_inline()403 buf = (int32_t *)(void *)rstrm->in_finger; in xdrrec_inline()405 rstrm->in_finger += len; in xdrrec_inline()[all …]