Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dxdr_rec.c105 caddr_t out_boundry; /* data cannot up to this address */ member
182 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
185 rstrm->out_boundry += sendsize; in xdrrec_create()
229 if (rstrm->out_boundry - rstrm->out_finger < BYTES_PER_XDR_UNIT) { in xdrrec_putlong()
276 current = (size_t) ((long)rstrm->out_boundry - in xdrrec_putbytes()
283 if (rstrm->out_finger == rstrm->out_boundry) { in xdrrec_putbytes()
331 (newpos < rstrm->out_boundry)) { in xdrrec_setpos()
366 if (len <= (rstrm->out_boundry - rstrm->out_finger)) { in xdrrec_inline()
458 (long)rstrm->out_boundry)) { in xdrrec_endofrecord()
/src/lib/libc/xdr/
H A Dxdr_rec.c114 char *out_boundry; /* data cannot up to this address */ member
205 rstrm->out_finger = rstrm->out_boundry = rstrm->out_base; in xdrrec_create()
208 rstrm->out_boundry += sendsize; in xdrrec_create()
257 if ((rstrm->out_finger += sizeof(int32_t)) > rstrm->out_boundry) { in xdrrec_putlong()
305 current = (size_t)((u_long)rstrm->out_boundry - in xdrrec_putbytes()
312 if (rstrm->out_finger == rstrm->out_boundry) { in xdrrec_putbytes()
362 (newpos < rstrm->out_boundry)) { in xdrrec_setpos()
394 if ((rstrm->out_finger + len) <= rstrm->out_boundry) { in xdrrec_inline()
500 (u_long)rstrm->out_boundry)) { in xdrrec_endofrecord()