Lines Matching defs:ostream
5 #include "ostream-private.h"
6 #include "ostream-rawlog.h"
9 struct ostream_private ostream;
20 o_stream_close(rstream->ostream.parent);
48 stream->ostream.offset += ret;
52 struct ostream *
53 o_stream_create_rawlog(struct ostream *output, const char *rawlog_path,
56 struct ostream *rawlog_output;
71 struct ostream *
72 o_stream_create_rawlog_from_stream(struct ostream *output,
73 struct ostream *rawlog_output,
79 rstream->ostream.sendv = o_stream_rawlog_sendv;
80 rstream->ostream.iostream.close = o_stream_rawlog_close;
84 return o_stream_create(&rstream->ostream, output,