Lines Matching refs:in_boundry
114 caddr_t in_boundry; /* can read up to this location */ member
189 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()
190 rstrm->in_finger = (rstrm->in_boundry += recvsize); in xdrrec_create()
211 rstrm->in_boundry - (char *) buflp >= BYTES_PER_XDR_UNIT) in libc_hidden_nolink_sunrpc()
317 pos -= rstrm->in_boundry - rstrm->in_finger; in xdrrec_getpos()
352 (newpos <= rstrm->in_boundry) && in xdrrec_setpos()
386 ((rstrm->in_finger + len) <= rstrm->in_boundry)) in xdrrec_inline()
419 rstrm->in_boundry - (char *) bufip >= BYTES_PER_XDR_UNIT) in xdrrec_getint32()
502 if (rstrm->in_finger == rstrm->in_boundry) in libc_hidden_nolink_sunrpc()
564 i = (size_t) rstrm->in_boundry % BYTES_PER_XDR_UNIT; in fill_input_buf()
571 rstrm->in_boundry = where; in fill_input_buf()
582 current = rstrm->in_boundry - rstrm->in_finger; in get_input_bytes()
630 current = rstrm->in_boundry - rstrm->in_finger; in skip_input_bytes()