Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/xdr/
H A Dxdr_rec.c133 bool_t last_frag; member
221 rstrm->last_frag = TRUE; in xdrrec_create()
289 if (rstrm->last_frag) in xdrrec_getbytes()
459 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) { in xdrrec_skiprecord()
463 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()
466 rstrm->last_frag = FALSE; in xdrrec_skiprecord()
480 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) { in xdrrec_eof()
484 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()
558 rstrm->last_frag = TRUE; in __xdrrec_getrec()
588 if (rstrm->last_frag) { in __xdrrec_getrec()
[all …]