Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/rpc/
Dxdr_rec.c145 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()
497 return (flush_out(rstrm, TRUE)); in xdrrec_endofrecord()
604 flush_out(RECSTREAM *rstrm, int32_t eor) in flush_out() function