Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/rpc/
H A Dxdr_rec.c117 caddr_t out_finger; /* next output position */ member
201 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
203 rstrm->out_finger += sizeof(u_int32_t); in xdrrec_create()
252 int32_t *dest_lp = ((int32_t *)(rstrm->out_finger)); in xdrrec_putlong()
254 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry) { in xdrrec_putlong()
259 rstrm->out_finger -= sizeof(int32_t); in xdrrec_putlong()
263 dest_lp = ((int32_t *)(void *)(rstrm->out_finger)); in xdrrec_putlong()
264 rstrm->out_finger += sizeof(int32_t); in xdrrec_putlong()
303 (u_long)rstrm->out_finger; in xdrrec_putbytes()
305 memcpy(rstrm->out_finger, addr, current); in xdrrec_putbytes()
[all …]