Searched refs:out_finger (Results 1 – 1 of 1) sorted by relevance
113 char *out_finger; /* next output position */ member205 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()207 rstrm->out_finger += sizeof(u_int32_t); in xdrrec_create()255 int32_t *dest_lp = ((int32_t *)(void *)(rstrm->out_finger)); in xdrrec_putlong()257 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry) { in xdrrec_putlong()262 rstrm->out_finger -= sizeof(int32_t); in xdrrec_putlong()266 dest_lp = ((int32_t *)(void *)(rstrm->out_finger)); in xdrrec_putlong()267 rstrm->out_finger += sizeof(int32_t); in xdrrec_putlong()306 (u_long)rstrm->out_finger); in xdrrec_putbytes()308 memmove(rstrm->out_finger, addr, current); in xdrrec_putbytes()[all …]