Searched refs:in_boundry (Results 1 – 1 of 1) sorted by relevance
114 caddr_t in_boundry; /* can read up to this location */ member189 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()190 rstrm->in_finger = (rstrm->in_boundry += recvsize); in xdrrec_create()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()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()[all …]
Completed in 5 milliseconds