Searched refs:last_frag (Results 1 – 4 of 4) sorted by relevance
109 bool_t last_frag; member205 rstrm->last_frag = TRUE; in xdrrec_create()326 if (rstrm->last_frag) in xdrrec_getbytes()384 if (rstrm->last_frag) in xdrrec_readbytes()540 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) { in xdrrec_skiprecord()544 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm))) in xdrrec_skiprecord()547 rstrm->last_frag = FALSE; in xdrrec_skiprecord()569 while (rstrm->fbtbc > 0 || (!rstrm->last_frag)) { in xdrrec_eof()573 if ((!rstrm->last_frag) && (!set_input_fragment(rstrm))) in xdrrec_eof()721 rstrm->last_frag)) in set_input_fragment()[all …]
115 bool_t last_frag; member174 rstrm->last_frag = TRUE; in xdrrec_create()244 if (rstrm->last_frag) in xdrrec_getbytes()393 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) { in xdrrec_skiprecord()397 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()400 rstrm->last_frag = FALSE; in xdrrec_skiprecord()415 while (rstrm->fbtbc > 0 || (! rstrm->last_frag)) { in xdrrec_eof()419 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()542 rstrm->last_frag = ((header & LAST_FRAG) == 0) ? FALSE : TRUE; in set_input_fragment()546 rstrm->fbtbc, rstrm->last_frag ? "TRUE" : "FALSE"); in set_input_fragment()
206 int i, first_frag, last_frag; in frag_chk() local212 (last_frag = frag_last()) < 0) in frag_chk()236 total = fragment[last_frag].offset + fragment[last_frag].iplen - in frag_chk()237 fragment[last_frag].iphlen; in frag_chk()587 int first_frag, last_frag; in make_trans_datagram() local603 last_frag = frag_last(); in make_trans_datagram()604 trans_len = fragment[last_frag].offset + in make_trans_datagram()605 fragment[last_frag].iplen - fragment[last_frag].iphlen; in make_trans_datagram()
280 int last_frag; in ndr_clnt_get_frags() local288 last_frag = NDR_IS_LAST_FRAG(hdr.pfc_flags); in ndr_clnt_get_frags()298 } while (!last_frag); in ndr_clnt_get_frags()