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

/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_rec.c131 char *in_boundry; /* can read up to this location */ member in struct:rec_strm
218 rstrm->in_boundry = rstrm->in_base;
219 rstrm->in_finger = (rstrm->in_boundry += recvsize);
245 (((long)rstrm->in_boundry - (long)buflp) >= sizeof(int32_t))) {
344 pos -= rstrm->in_boundry - rstrm->in_finger;
377 (newpos <= rstrm->in_boundry) &&
408 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
451 if (rstrm->in_finger == rstrm->in_boundry &&
487 if (rstrm->in_finger == rstrm->in_boundry)
590 rstrm->in_boundry
[all...]

Completed in 105 milliseconds