Searched refs:last_frag (Results 1 – 1 of 1) sorted by relevance
116 bool_t last_frag; member192 rstrm->last_frag = TRUE; in xdrrec_create()261 if (rstrm->last_frag) in xdrrec_getbytes()471 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) in xdrrec_skiprecord()476 if ((!rstrm->last_frag) && (!set_input_fragment (rstrm))) in xdrrec_skiprecord()479 rstrm->last_frag = FALSE; in xdrrec_skiprecord()494 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) in libc_hidden_nolink_sunrpc()499 if ((!rstrm->last_frag) && (!set_input_fragment (rstrm))) in libc_hidden_nolink_sunrpc()606 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()