Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c144 static bool_t flush_out(RECSTREAM *, bool_t);
261 if (! flush_out(rstrm, FALSE)) in xdrrec_putlong()
311 if (! flush_out(rstrm, FALSE)) in xdrrec_putbytes()
496 return (flush_out(rstrm, TRUE)); in xdrrec_endofrecord()
606 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() function