Home
last modified time | relevance | path

Searched refs:out_finger (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c116 char *out_finger; /* next output position */ member
204 rstrm->out_finger += sizeof(uint32_t); in xdrrec_create()
259 rstrm->out_finger -= sizeof(int32_t); in xdrrec_putlong()
264 rstrm->out_finger += sizeof(int32_t); in xdrrec_putlong()
303 (u_long)rstrm->out_finger); in xdrrec_putbytes()
305 memmove(rstrm->out_finger, addr, current); in xdrrec_putbytes()
306 rstrm->out_finger += current; in xdrrec_putbytes()
355 newpos = rstrm->out_finger - delta; in xdrrec_setpos()
358 rstrm->out_finger = newpos; in xdrrec_setpos()
391 rstrm->out_finger += len; in xdrrec_inline()
[all …]