Lines Matching defs:ssl_ostream
8 struct ssl_ostream {
17 struct ssl_ostream *sstream = (struct ssl_ostream *)stream;
25 struct ssl_ostream *sstream = (struct ssl_ostream *)stream;
33 o_stream_ssl_buffer(struct ssl_ostream *sstream, const struct const_iovec *iov,
84 static int o_stream_ssl_flush_buffer(struct ssl_ostream *sstream)
119 struct ssl_ostream *sstream = (struct ssl_ostream *)stream;
154 struct ssl_ostream *sstream = (struct ssl_ostream *)stream;
171 struct ssl_ostream *sstream = (struct ssl_ostream *)stream;
176 static int plain_flush_callback(struct ssl_ostream *sstream)
201 struct ssl_ostream *sstream = (struct ssl_ostream *)stream;
209 struct ssl_ostream *sstream = (struct ssl_ostream *)_stream;
217 struct ssl_ostream *sstream = (struct ssl_ostream *)_stream;
225 struct ssl_ostream *sstream;
229 sstream = i_new(struct ssl_ostream, 1);