Searched refs:fbtbc (Results 1 – 2 of 2) sorted by relevance
106 int fbtbc; /* fragment bytes to be consumed */ member202 rstrm->fbtbc = 0; in xdrrec_create()241 if ((rstrm->fbtbc >= (int)sizeof (int32_t)) && in xdrrec_getint32()253 rstrm->fbtbc -= (int)sizeof (int32_t); in xdrrec_getint32()322 current = rstrm->fbtbc; in xdrrec_getbytes()334 rstrm->fbtbc -= current; in xdrrec_getbytes()380 current = rstrm->fbtbc; in xdrrec_readbytes()392 rstrm->fbtbc -= current; in xdrrec_readbytes()447 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()451 rstrm->fbtbc -= delta; in xdrrec_setpos()[all …]
114 int fbtbc; /* fragment bytes to be consumed */ member173 rstrm->fbtbc = 0; in xdrrec_create()192 if ((rstrm->fbtbc >= sizeof (int32_t)) && in xdrrec_getint32()196 rstrm->fbtbc -= sizeof (int32_t); in xdrrec_getint32()242 current = frag_len = rstrm->fbtbc; in xdrrec_getbytes()255 rstrm->fbtbc -= current; in xdrrec_getbytes()330 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()334 rstrm->fbtbc -= delta; in xdrrec_setpos()358 if ((len <= rstrm->fbtbc) && in xdrrec_inline()361 rstrm->fbtbc -= len; in xdrrec_inline()[all …]