Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c123 caddr_t in_nextrec; /* start of next record */ member
210 rstrm->in_nextrec = rstrm->in_base; in xdrrec_create()
767 rstrm->in_nextrec += offset; in __xdrrec_nonblock_realloc()
850 (void) memmove(rstrm->in_base, rstrm->in_nextrec, in __xdrrec_getbytes_nonblock()
852 rstrm->in_nextrec = rstrm->in_finger = rstrm->in_base; in __xdrrec_getbytes_nonblock()
853 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz; in __xdrrec_getbytes_nonblock()
856 } else if (rstrm->in_nextrec == rstrm->in_base) { in __xdrrec_getbytes_nonblock()
910 rstrm->in_nextrec = rstrm->in_boundry; in __xdrrec_getbytes_nonblock()
1048 rstrm->in_nextrec = rstrm->in_finger; in __xdrrec_getbytes_nonblock()
1050 rstrm->in_nextrec); in __xdrrec_getbytes_nonblock()
[all …]