Searched refs:o_stream_create (Results 1 - 24 of 24) sorted by relevance

/dovecot/src/lib/
H A Dostream-null.c29 output = o_stream_create(stream, NULL, -1);
H A Dostream-failure-at.c106 return o_stream_create(&fstream->ostream, output,
120 return o_stream_create(&fstream->ostream, output,
H A Dostream-hash.c53 return o_stream_create(&hstream->ostream, output,
H A Dostream-private.h54 o_stream_create(struct ostream_private *_stream, struct ostream *parent, int fd)
H A Dostream-buffer.c80 output = o_stream_create(&bstream->ostream, NULL, -1);
H A Dostream-rawlog.c84 return o_stream_create(&rstream->ostream, output,
H A Dostream-escaped.c131 return o_stream_create(&estream->ostream, output, o_stream_get_fd(output));
H A Dostream-multiplex.c187 return o_stream_create(&channel->ostream, mstream->parent,
H A Dostream.c686 o_stream_create(struct ostream_private *_stream, struct ostream *parent, int fd) function
750 output = o_stream_create(stream, NULL, -1);
774 return o_stream_create(stream, output, o_stream_get_fd(output));
H A Diostream-temp.c327 output = o_stream_create(&tstream->ostream, NULL, -1);
H A Dostream-file.c974 ostream = o_stream_create(&fstream->ostream, NULL, fd);
/dovecot/src/lib-fs/
H A Dostream-metawrap.c69 return o_stream_create(&mstream->ostream, output,
H A Dostream-cmp.c85 return o_stream_create(&cstream->ostream, output,
/dovecot/src/lib-mail/
H A Dostream-dot.c225 (void)o_stream_create(&dstream->ostream, output, o_stream_get_fd(output));
/dovecot/src/plugins/mail-filter/
H A Dostream-ext-filter.c187 return o_stream_create(&mstream->ostream, output, mstream->fd);
/dovecot/src/lib-compression/
H A Dostream-bzlib.c215 return o_stream_create(&zstream->ostream, output,
H A Dostream-lz4.c200 return o_stream_create(&zstream->ostream, output,
H A Dostream-lzma.c220 return o_stream_create(&zstream->ostream, output,
H A Dostream-zlib.c325 return o_stream_create(&zstream->ostream, output,
/dovecot/src/lib-ssl-iostream/
H A Dostream-openssl.c249 return o_stream_create(&sstream->ostream, NULL,
/dovecot/src/lib-test/
H A Dtest-ostream.c158 ostream = o_stream_create(&tstream->ostream, NULL, -1);
/dovecot/src/lib-dcrypt/
H A Dostream-encrypt.c667 struct ostream *os = o_stream_create(&estream->ostream, output,
691 struct ostream *os = o_stream_create(&estream->ostream, output,
/dovecot/src/lib-http/
H A Dhttp-transfer-chunked.c660 return o_stream_create(&tcstream->ostream, output,
H A Dhttp-server-response.c798 o_stream_create(&hsostream->ostream, conn->conn.output, -1);

Completed in 2823 milliseconds