Searched refs:out_boundry (Results 1 – 2 of 2) sorted by relevance
103 caddr_t out_boundry; /* data cannot up to this address */ member165 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()168 rstrm->out_boundry += sendsize; in xdrrec_create()212 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) { in xdrrec_putint32()268 current = rstrm->out_boundry - rstrm->out_finger; in xdrrec_putbytes()274 if (rstrm->out_finger == rstrm->out_boundry) { in xdrrec_putbytes()322 (newpos < rstrm->out_boundry)) { in xdrrec_setpos()351 if ((rstrm->out_finger + len) <= rstrm->out_boundry) { in xdrrec_inline()442 >= (ptrdiff_t)rstrm->out_boundry)) { in xdrrec_endofrecord()
98 caddr_t out_boundry; /* data cannot up to this address */ member196 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()200 rstrm->out_boundry += rstrm->sendsize; in xdrrec_create()273 if ((rstrm->out_finger += sizeof (int32_t)) > rstrm->out_boundry) { in xdrrec_putint32()351 current = (uintptr_t)rstrm->out_boundry - in xdrrec_putbytes()358 if (rstrm->out_finger == rstrm->out_boundry) { in xdrrec_putbytes()441 (newpos < rstrm->out_boundry)) { in xdrrec_setpos()471 if ((rstrm->out_finger + len) <= rstrm->out_boundry) { in xdrrec_inline()596 (uintptr_t)rstrm->out_boundry)) { in xdrrec_endofrecord()