Searched refs:in_boundry (Results 1 – 2 of 2) sorted by relevance
107 caddr_t in_boundry; /* can read up to this location */ member202 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()203 rstrm->in_finger = (rstrm->in_boundry += rstrm->recvsize); in xdrrec_create()222 int current = rstrm->in_boundry - rstrm->in_finger; in align_instream()226 rstrm->in_boundry = rstrm->in_finger + current; in align_instream()244 ((uint_t)(rstrm->in_boundry - (caddr_t)buflp) >= in xdrrec_getint32()416 pos -= rstrm->in_boundry - rstrm->in_finger; in xdrrec_getpos()450 (newpos <= rstrm->in_boundry) && in xdrrec_setpos()480 ((rstrm->in_finger + len) <= rstrm->in_boundry)) { in xdrrec_inline()534 rstrm->in_finger == rstrm->in_boundry)) { in xdrrec_skiprecord()[all …]
113 caddr_t in_boundry; /* can read up to this location */ member171 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()172 rstrm->in_finger = (rstrm->in_boundry += recvsize); in xdrrec_create()193 (((ptrdiff_t)rstrm->in_boundry in xdrrec_getint32()298 pos -= rstrm->in_boundry - rstrm->in_finger; in xdrrec_getpos()331 (newpos <= rstrm->in_boundry) && in xdrrec_setpos()359 ((rstrm->in_finger + len) <= rstrm->in_boundry)) { in xdrrec_inline()422 if (rstrm->in_finger == rstrm->in_boundry) in xdrrec_eof()486 i = (uintptr_t)rstrm->in_boundry % BYTES_PER_XDR_UNIT; in fill_input_buf()497 rstrm->in_boundry = where; in fill_input_buf()[all …]