Searched refs:fbtbc (Results 1 – 1 of 1) sorted by relevance
143 long fbtbc; /* fragment bytes to be consumed */ member253 rstrm->fbtbc = 0; in xdrrec_create()278 if ((rstrm->fbtbc >= (long) sizeof (int32_t)) && in xdrrec_getlong()282 rstrm->fbtbc -= sizeof (int32_t); in xdrrec_getlong()329 current = (int) rstrm->fbtbc; in xdrrec_getbytes()342 rstrm->fbtbc -= current; in xdrrec_getbytes()426 if ((delta < (int) (rstrm->fbtbc)) && in xdrrec_setpos()430 rstrm->fbtbc -= delta; in xdrrec_setpos()468 if (((long)len <= rstrm->fbtbc) && in xdrrec_inline()472 rstrm->fbtbc -= len; in xdrrec_inline()[all …]