Lines Matching refs:in_boundry

105 	caddr_t in_boundry;	/* can read up to this location */  member
200 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()
201 rstrm->in_finger = (rstrm->in_boundry += rstrm->recvsize); in xdrrec_create()
220 int current = rstrm->in_boundry - rstrm->in_finger; in align_instream()
224 rstrm->in_boundry = rstrm->in_finger + current; in align_instream()
242 ((uint_t)(rstrm->in_boundry - (caddr_t)buflp) >= in xdrrec_getint32()
414 pos -= rstrm->in_boundry - rstrm->in_finger; in xdrrec_getpos()
448 (newpos <= rstrm->in_boundry) && in xdrrec_setpos()
478 ((rstrm->in_finger + len) <= rstrm->in_boundry)) { in xdrrec_inline()
532 rstrm->in_finger == rstrm->in_boundry)) { in xdrrec_skiprecord()
574 if (rstrm->in_finger == rstrm->in_boundry) in xdrrec_eof()
652 uint_t i = (uintptr_t)rstrm->in_boundry % BYTES_PER_XDR_UNIT; in fill_input_buf()
661 rstrm->in_boundry = where; in fill_input_buf()
677 current = (int)(rstrm->in_boundry - rstrm->in_finger); in get_input_bytes()
687 current = (intptr_t)rstrm->in_boundry - in get_input_bytes()
734 current = (intptr_t)rstrm->in_boundry - in skip_input_bytes()
764 rstrm->in_boundry += offset; in __xdrrec_nonblock_realloc()
851 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz; in __xdrrec_getbytes_nonblock()
856 rstrm->in_boundry = rstrm->in_finger = rstrm->in_base; in __xdrrec_getbytes_nonblock()
861 prevbytes_thisrec = (uint32_t)(rstrm->in_boundry - rstrm->in_base); in __xdrrec_getbytes_nonblock()
869 (int)(rstrm->in_boundry - rstrm->in_base); in __xdrrec_getbytes_nonblock()
903 rstrm->in_boundry, len_requested)) == -1) { in __xdrrec_getbytes_nonblock()
907 rstrm->in_boundry += len_received; in __xdrrec_getbytes_nonblock()
908 rstrm->in_nextrec = rstrm->in_boundry; in __xdrrec_getbytes_nonblock()
930 len_recvd_thisfrag = (uint32_t)(rstrm->in_boundry - in __xdrrec_getbytes_nonblock()
1006 rstrm->in_boundry -= sizeof (*header); in __xdrrec_getbytes_nonblock()
1009 rstrm->in_boundry - rstrm->in_finger); in __xdrrec_getbytes_nonblock()
1047 rstrm->in_nextrecsz = (uint32_t)(rstrm->in_boundry - in __xdrrec_getbytes_nonblock()
1109 if (rstrm->in_finger == rstrm->in_boundry) in __xdrrec_setfirst()