Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c124 uint32_t in_nextrecsz; /* part of next record in buffer */ member
211 rstrm->in_nextrecsz = 0; in xdrrec_create()
848 if (rstrm->in_nextrecsz > 0) { in __xdrrec_getbytes_nonblock()
851 rstrm->in_nextrecsz); in __xdrrec_getbytes_nonblock()
853 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz; in __xdrrec_getbytes_nonblock()
854 unprocessed = rstrm->in_nextrecsz; in __xdrrec_getbytes_nonblock()
855 rstrm->in_nextrecsz = 0; in __xdrrec_getbytes_nonblock()
1049 rstrm->in_nextrecsz = (uint32_t)(rstrm->in_boundry - in __xdrrec_getbytes_nonblock()
1068 if (rstrm->in_nextrecsz == 0) in __xdrrec_getbytes_nonblock()