Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c121 caddr_t in_nextrec; /* start of next record */ member
208 rstrm->in_nextrec = rstrm->in_base; in xdrrec_create()
765 rstrm->in_nextrec += offset; in __xdrrec_nonblock_realloc()
848 (void) memmove(rstrm->in_base, rstrm->in_nextrec, in __xdrrec_getbytes_nonblock()
850 rstrm->in_nextrec = rstrm->in_finger = rstrm->in_base; in __xdrrec_getbytes_nonblock()
851 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz; in __xdrrec_getbytes_nonblock()
854 } else if (rstrm->in_nextrec == rstrm->in_base) { in __xdrrec_getbytes_nonblock()
908 rstrm->in_nextrec = rstrm->in_boundry; in __xdrrec_getbytes_nonblock()
1046 rstrm->in_nextrec = rstrm->in_finger; in __xdrrec_getbytes_nonblock()
1048 rstrm->in_nextrec); in __xdrrec_getbytes_nonblock()
[all …]