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

/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_rec.c133 bool_t last_frag; member in struct:rec_strm
221 rstrm->last_frag = TRUE;
289 if (rstrm->last_frag)
459 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) {
463 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm)))
466 rstrm->last_frag = FALSE;
480 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) {
484 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm)))
558 rstrm->last_frag = TRUE;
588 if (rstrm->last_frag) {
[all...]

Completed in 159 milliseconds