Searched refs:fbtbc (Results 1 – 2 of 2) sorted by relevance
116 int32_t fbtbc; /* fragment bytes to be consumed */ member190 rstrm->fbtbc = 0; in xdrrec_create()208 if ((rstrm->fbtbc >= BYTES_PER_XDR_UNIT) && in xdrrec_getlong()212 rstrm->fbtbc -= BYTES_PER_XDR_UNIT; in xdrrec_getlong()251 current = rstrm->fbtbc; in xdrrec_getbytes()263 rstrm->fbtbc -= current; in xdrrec_getbytes()339 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()343 rstrm->fbtbc -= delta; in xdrrec_setpos()373 if ((len <= rstrm->fbtbc) && in xdrrec_inline()376 rstrm->fbtbc -= len; in xdrrec_inline()[all …]
125 long fbtbc; /* fragment bytes to be consumed */ member213 rstrm->fbtbc = 0; in xdrrec_create()237 if ((rstrm->fbtbc >= sizeof(int32_t)) && in xdrrec_getlong()240 rstrm->fbtbc -= sizeof(int32_t); in xdrrec_getlong()280 current = (int)rstrm->fbtbc; in xdrrec_getbytes()292 rstrm->fbtbc -= current; in xdrrec_getbytes()370 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()374 rstrm->fbtbc -= delta; in xdrrec_setpos()401 if ((len <= rstrm->fbtbc) && in xdrrec_inline()404 rstrm->fbtbc -= len; in xdrrec_inline()[all …]