Home | History | Annotate | Download | only in rpc

Lines Matching defs:in_boundry

145 	char *in_boundry;	/* can read up to this location */
231 rstrm->in_boundry = rstrm->in_base;
232 rstrm->in_finger = (rstrm->in_boundry += recvsize);
258 (((uintptr_t)rstrm->in_boundry - (uintptr_t)buflp) >= sizeof(int32_t))) {
357 pos -= rstrm->in_boundry - rstrm->in_finger;
390 (newpos <= rstrm->in_boundry) &&
421 ((rstrm->in_finger + len) <= rstrm->in_boundry)) {
464 if (rstrm->in_finger == rstrm->in_boundry &&
499 if (rstrm->in_finger == rstrm->in_boundry)
602 rstrm->in_boundry = rstrm->in_base + rstrm->in_reclen;
658 i = (uint32_t)((u_long)rstrm->in_boundry % BYTES_PER_XDR_UNIT);
665 rstrm->in_boundry = where;
675 if (len > ((uintptr_t)rstrm->in_boundry - (uintptr_t)rstrm->in_finger))
683 uintptr_t d = ((uintptr_t)rstrm->in_boundry -
733 current = (uint32_t)((long)rstrm->in_boundry -
772 rstrm->in_boundry = buf + size;