Home
last modified time | relevance | path

Searched refs:fbtbc (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/lib/rpc/
H A Dxdr_rec.c116 int32_t fbtbc; /* fragment bytes to be consumed */ member
190 rstrm->fbtbc = 0; in xdrrec_create()
208 if ((rstrm->fbtbc >= BYTES_PER_XDR_UNIT) && in xdrrec_getlong()
212 rstrm->fbtbc -= BYTES_PER_XDR_UNIT; in xdrrec_getlong()
251 current = rstrm->fbtbc; in xdrrec_getbytes()
263 rstrm->fbtbc -= current; in xdrrec_getbytes()
339 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()
343 rstrm->fbtbc -= delta; in xdrrec_setpos()
373 if ((len <= rstrm->fbtbc) && in xdrrec_inline()
376 rstrm->fbtbc -= len; in xdrrec_inline()
[all …]
/src/lib/libc/xdr/
H A Dxdr_rec.c125 long fbtbc; /* fragment bytes to be consumed */ member
213 rstrm->fbtbc = 0; in xdrrec_create()
237 if ((rstrm->fbtbc >= sizeof(int32_t)) && in xdrrec_getlong()
240 rstrm->fbtbc -= sizeof(int32_t); in xdrrec_getlong()
280 current = (int)rstrm->fbtbc; in xdrrec_getbytes()
292 rstrm->fbtbc -= current; in xdrrec_getbytes()
370 if ((delta < (int)(rstrm->fbtbc)) && in xdrrec_setpos()
374 rstrm->fbtbc -= delta; in xdrrec_setpos()
401 if ((len <= rstrm->fbtbc) && in xdrrec_inline()
404 rstrm->fbtbc -= len; in xdrrec_inline()
[all …]