Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dxdr_rec.c104 caddr_t out_boundry; /* data cannot up to this address */ member
183 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
186 rstrm->out_boundry += sendsize; in xdrrec_create()
233 if ((rstrm->out_finger += BYTES_PER_XDR_UNIT) > rstrm->out_boundry) in xdrrec_putlong()
285 current = rstrm->out_boundry - rstrm->out_finger; in xdrrec_putbytes()
291 if (rstrm->out_finger == rstrm->out_boundry && len > 0) in xdrrec_putbytes()
342 newpos < rstrm->out_boundry) in xdrrec_setpos()
377 if ((rstrm->out_finger + len) <= rstrm->out_boundry) in xdrrec_inline()
441 if ((rstrm->out_finger += BYTES_PER_XDR_UNIT) > rstrm->out_boundry) in xdrrec_putint32()
521 || rstrm->out_finger + BYTES_PER_XDR_UNIT >= rstrm->out_boundry) in libc_hidden_nolink_sunrpc()