Lines Matching refs:last_frag
126 bool_t last_frag; member
214 rstrm->last_frag = TRUE; in xdrrec_create()
282 if (rstrm->last_frag) in xdrrec_getbytes()
453 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) { in xdrrec_skiprecord()
457 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()
460 rstrm->last_frag = FALSE; in xdrrec_skiprecord()
474 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) { in xdrrec_eof()
478 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()
552 rstrm->last_frag = TRUE; in __xdrrec_getrec()
582 if (rstrm->last_frag) { in __xdrrec_getrec()
691 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()