Lines Matching defs:ostream
5 #include "ostream-private.h"
6 #include "ostream-cmp.h"
9 struct ostream_private ostream;
25 o_stream_close(cstream->ostream.parent);
69 stream->ostream.offset += ret;
73 struct ostream *
74 o_stream_create_cmp(struct ostream *output, struct istream *input)
79 cstream->ostream.sendv = o_stream_cmp_sendv;
80 cstream->ostream.iostream.close = o_stream_cmp_close;
85 return o_stream_create(&cstream->ostream, output,
89 bool o_stream_cmp_equals(struct ostream *_output)