Searched refs:fbtbc (Results 1 – 2 of 2) sorted by relevance
108 int fbtbc; /* fragment bytes to be consumed */ member204 rstrm->fbtbc = 0; in xdrrec_create()243 if ((rstrm->fbtbc >= (int)sizeof (int32_t)) && in xdrrec_getint32()255 rstrm->fbtbc -= (int)sizeof (int32_t); in xdrrec_getint32()324 current = rstrm->fbtbc; in xdrrec_getbytes()336 rstrm->fbtbc -= current; in xdrrec_getbytes()382 current = rstrm->fbtbc; in xdrrec_readbytes()394 rstrm->fbtbc -= current; in xdrrec_readbytes()449 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()453 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 …]