Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c127 char *in_boundry; /* can read up to this location */ member
208 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()
209 rstrm->in_finger = (rstrm->in_boundry += recvsize); in xdrrec_create()
333 pos -= rstrm->in_boundry - rstrm->in_finger; in xdrrec_getpos()
366 (newpos <= rstrm->in_boundry) && in xdrrec_setpos()
439 if (rstrm->in_finger == rstrm->in_boundry && in xdrrec_skiprecord()
475 if (rstrm->in_finger == rstrm->in_boundry) in xdrrec_eof()
641 rstrm->in_boundry = where; in fill_input_buf()
659 current = (size_t)((long)rstrm->in_boundry - in get_input_bytes()
706 current = (size_t)((long)rstrm->in_boundry - in skip_input_bytes()
[all …]