Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dxdr_rec.c123 static bool_t flush_out(RECSTREAM *, bool_t);
235 if (! flush_out(rstrm, FALSE)) in xdrrec_putlong()
285 if (! flush_out(rstrm, FALSE)) in xdrrec_putbytes()
460 return (flush_out(rstrm, TRUE)); in xdrrec_endofrecord()
475 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() function
/src/lib/libc/xdr/
H A Dxdr_rec.c141 static bool_t flush_out(RECSTREAM *, bool_t);
264 if (! flush_out(rstrm, FALSE)) in xdrrec_putlong()
314 if (! flush_out(rstrm, FALSE)) in xdrrec_putbytes()
502 return (flush_out(rstrm, TRUE)); in xdrrec_endofrecord()
612 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() function