Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_rec.c142 caddr_t in_boundry; /* can read up to this location */ member
251 rstrm->in_boundry = rstrm->in_base; in xdrrec_create()
252 rstrm->in_finger = (rstrm->in_boundry += recvsize); in xdrrec_create()
279 (((intptr_t) rstrm->in_boundry - (intptr_t) buflp) >= (long) sizeof (int32_t))) in xdrrec_getlong()
391 pos -= rstrm->in_boundry - rstrm->in_finger; in xdrrec_getpos()
427 (newpos <= rstrm->in_boundry) && (newpos >= rstrm->in_base)) in xdrrec_setpos()
469 ((rstrm->in_finger + len) <= rstrm->in_boundry)) in xdrrec_inline()
503 (( rstrm->in_boundry - (char *) bufip) >= (ssize_t) sizeof (int32_t))) in xdrrec_getint32()
564 if (rstrm->in_finger == rstrm->in_boundry && xstat == XPRT_MOREREQS) in xdrrec_skiprecord()
602 if (rstrm->in_finger == rstrm->in_boundry) in xdrrec_eof()
[all …]