Lines Matching defs:rstream
16 struct rawlog_ostream *rstream = (struct rawlog_ostream *)stream;
18 iostream_rawlog_close(&rstream->riostream);
20 o_stream_close(rstream->ostream.parent);
27 struct rawlog_ostream *rstream = (struct rawlog_ostream *)stream;
38 iostream_rawlog_write(&rstream->riostream,
42 iostream_rawlog_write(&rstream->riostream,
76 struct rawlog_ostream *rstream;
78 rstream = i_new(struct rawlog_ostream, 1);
79 rstream->ostream.sendv = o_stream_rawlog_sendv;
80 rstream->ostream.iostream.close = o_stream_rawlog_close;
82 rstream->riostream.rawlog_output = rawlog_output;
83 iostream_rawlog_init(&rstream->riostream, flags, FALSE);
84 return o_stream_create(&rstream->ostream, output,