Searched refs:fbtbc (Results 1 – 1 of 1) sorted by relevance
191 rstrm->fbtbc = 0; in xdrrec_create()214 rstrm->fbtbc -= BYTES_PER_XDR_UNIT; in libc_hidden_nolink_sunrpc()258 current = rstrm->fbtbc; in xdrrec_getbytes()271 rstrm->fbtbc -= current; in xdrrec_getbytes()351 if ((delta < (int) (rstrm->fbtbc)) && in xdrrec_setpos()356 rstrm->fbtbc -= delta; in xdrrec_setpos()385 if ((len <= rstrm->fbtbc) && in xdrrec_inline()389 rstrm->fbtbc -= len; in xdrrec_inline()475 rstrm->fbtbc = 0; in xdrrec_skiprecord()498 rstrm->fbtbc = 0; in libc_hidden_nolink_sunrpc()[all …]
Completed in 5 milliseconds