Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c117 char *out_boundry; /* data cannot up to this address */ member
202 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
205 rstrm->out_boundry += sendsize; in xdrrec_create()
254 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry) { in xdrrec_putlong()
302 current = (size_t)((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()
494 (u_long)rstrm->out_boundry)) { in xdrrec_endofrecord()