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

/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_rec.c132 long fbtbc; /* fragment bytes to be consumed */ member in struct:rec_strm
220 rstrm->fbtbc = 0;
244 if ((rstrm->fbtbc >= sizeof(int32_t)) &&
247 rstrm->fbtbc -= sizeof(int32_t);
287 current = (int)rstrm->fbtbc;
299 rstrm->fbtbc -= current;
376 if ((delta < (int)(rstrm->fbtbc)) &&
380 rstrm->fbtbc -= delta;
407 if ((len <= rstrm->fbtbc) &&
410 rstrm->fbtbc
[all...]

Completed in 103 milliseconds