Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c147 static bool_t set_input_fragment(RECSTREAM *);
281 if (! set_input_fragment(rstrm)) in xdrrec_getbytes()
451 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_skiprecord()
472 if ((! rstrm->last_frag) && (! set_input_fragment(rstrm))) in xdrrec_eof()
676 set_input_fragment(RECSTREAM *rstrm) in set_input_fragment() function