Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/rpc/
H A Dxdr_rec.c118 caddr_t out_boundry; /* data cannot up to this address */ member
201 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
204 rstrm->out_boundry += sendsize; in xdrrec_create()
254 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry) { in xdrrec_putlong()
302 current = (u_long)rstrm->out_boundry - in xdrrec_putbytes()
309 if (rstrm->out_finger == rstrm->out_boundry) { in xdrrec_putbytes()
357 (newpos < rstrm->out_boundry)) { in xdrrec_setpos()
389 if ((rstrm->out_finger + len) <= rstrm->out_boundry) { in xdrrec_inline()
495 (u_long)rstrm->out_boundry)) { in xdrrec_endofrecord()