Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/xdr/
H A Dxdr_rec.c121 char *out_boundry; /* data cannot up to this address */ member
212 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
215 rstrm->out_boundry += sendsize; in xdrrec_create()
264 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry) { in xdrrec_putlong()
312 current = (size_t)((u_long)rstrm->out_boundry - in xdrrec_putbytes()
319 if (rstrm->out_finger == rstrm->out_boundry) { in xdrrec_putbytes()
368 (newpos < rstrm->out_boundry)) { in xdrrec_setpos()
400 if ((rstrm->out_finger + len) <= rstrm->out_boundry) { in xdrrec_inline()
506 (u_long)rstrm->out_boundry)) { in xdrrec_endofrecord()