Lines Matching refs:fbtbc

108 	int fbtbc;		/* fragment bytes to be consumed */  member
204 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()
479 if ((len <= rstrm->fbtbc) && in xdrrec_inline()
490 rstrm->fbtbc -= len; in xdrrec_inline()
535 rstrm->fbtbc = 0; in xdrrec_skiprecord()
540 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) { in xdrrec_skiprecord()
541 if (!skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_skiprecord()
543 rstrm->fbtbc = 0; in xdrrec_skiprecord()
569 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) { in xdrrec_eof()
570 if (!skip_input_bytes(rstrm, rstrm->fbtbc)) in xdrrec_eof()
572 rstrm->fbtbc = 0; in xdrrec_eof()
725 rstrm->fbtbc = header & (~LAST_FRAG); in set_input_fragment()
886 rstrm->fbtbc + in __xdrrec_getbytes_nonblock()
917 minreqrecsize = prevbytes_thisrec + rstrm->fbtbc; in __xdrrec_getbytes_nonblock()
927 if (rstrm->fbtbc == 0) { in __xdrrec_getbytes_nonblock()
973 rstrm->fbtbc = minfraglen; in __xdrrec_getbytes_nonblock()
994 rstrm->fbtbc = 0; in __xdrrec_getbytes_nonblock()
1028 if (len_received >= rstrm->fbtbc) { in __xdrrec_getbytes_nonblock()
1029 len_received -= rstrm->fbtbc; in __xdrrec_getbytes_nonblock()
1030 rstrm->in_finger += rstrm->fbtbc; in __xdrrec_getbytes_nonblock()
1031 rstrm->fbtbc = 0; in __xdrrec_getbytes_nonblock()
1033 rstrm->fbtbc -= len_received; in __xdrrec_getbytes_nonblock()
1056 if (rstrm->last_frag && rstrm->fbtbc == 0) { in __xdrrec_getbytes_nonblock()
1065 rstrm->fbtbc = (int)(rstrm->in_finger - in __xdrrec_getbytes_nonblock()
1080 rstrm->fbtbc = 0; in __xdrrec_getbytes_nonblock()
1150 if ((rstrm->fbtbc == 0) && (!rstrm->last_frag)) in xdrrec_control()
1157 xptr->xc_num_avail = rstrm->fbtbc; in xdrrec_control()