Searched refs:fbtbc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_rec.c108 int fbtbc; /* fragment bytes to be consumed */ member in struct:rec_strm
204 rstrm->fbtbc = 0;
243 if ((rstrm->fbtbc >= (int)sizeof (int32_t)) &&
255 rstrm->fbtbc -= (int)sizeof (int32_t);
324 current = rstrm->fbtbc;
336 rstrm->fbtbc -= current;
382 current = rstrm->fbtbc;
394 rstrm->fbtbc -= current;
449 if ((delta < (int)(rstrm->fbtbc)) &&
453 rstrm->fbtbc
[all...]

Completed in 15 milliseconds