Searched defs:in_nextrecsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c124 uint32_t in_nextrecsz; /* part of next record in buffer */ member in struct:rec_strm
211 rstrm->in_nextrecsz = 0;
844 * previous reads, and if in_nextrecsz > 0, we need to copy
848 if (rstrm->in_nextrecsz > 0) {
851 rstrm->in_nextrecsz);
853 rstrm->in_boundry = rstrm->in_nextrec + rstrm->in_nextrecsz;
854 unprocessed = rstrm->in_nextrecsz;
855 rstrm->in_nextrecsz = 0;
1049 rstrm->in_nextrecsz = (uint32_t)(rstrm->in_boundry -
1068 if (rstrm->in_nextrecsz
[all...]

Completed in 128 milliseconds