Searched refs:fbtbc (Results 1 – 1 of 1) sorted by relevance
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 …]