Searched refs:o_stream_create (Results 1 - 24 of 24) sorted by relevance
/dovecot/src/lib/ |
H A D | ostream-null.c | 29 output = o_stream_create(stream, NULL, -1);
|
H A D | ostream-failure-at.c | 106 return o_stream_create(&fstream->ostream, output, 120 return o_stream_create(&fstream->ostream, output,
|
H A D | ostream-hash.c | 53 return o_stream_create(&hstream->ostream, output,
|
H A D | ostream-private.h | 54 o_stream_create(struct ostream_private *_stream, struct ostream *parent, int fd)
|
H A D | ostream-buffer.c | 80 output = o_stream_create(&bstream->ostream, NULL, -1);
|
H A D | ostream-rawlog.c | 84 return o_stream_create(&rstream->ostream, output,
|
H A D | ostream-escaped.c | 131 return o_stream_create(&estream->ostream, output, o_stream_get_fd(output));
|
H A D | ostream-multiplex.c | 187 return o_stream_create(&channel->ostream, mstream->parent,
|
H A D | ostream.c | 686 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 D | iostream-temp.c | 327 output = o_stream_create(&tstream->ostream, NULL, -1);
|
H A D | ostream-file.c | 974 ostream = o_stream_create(&fstream->ostream, NULL, fd);
|
/dovecot/src/lib-fs/ |
H A D | ostream-metawrap.c | 69 return o_stream_create(&mstream->ostream, output,
|
H A D | ostream-cmp.c | 85 return o_stream_create(&cstream->ostream, output,
|
/dovecot/src/lib-mail/ |
H A D | ostream-dot.c | 225 (void)o_stream_create(&dstream->ostream, output, o_stream_get_fd(output));
|
/dovecot/src/plugins/mail-filter/ |
H A D | ostream-ext-filter.c | 187 return o_stream_create(&mstream->ostream, output, mstream->fd);
|
/dovecot/src/lib-compression/ |
H A D | ostream-bzlib.c | 215 return o_stream_create(&zstream->ostream, output,
|
H A D | ostream-lz4.c | 200 return o_stream_create(&zstream->ostream, output,
|
H A D | ostream-lzma.c | 220 return o_stream_create(&zstream->ostream, output,
|
H A D | ostream-zlib.c | 325 return o_stream_create(&zstream->ostream, output,
|
/dovecot/src/lib-ssl-iostream/ |
H A D | ostream-openssl.c | 249 return o_stream_create(&sstream->ostream, NULL,
|
/dovecot/src/lib-test/ |
H A D | test-ostream.c | 158 ostream = o_stream_create(&tstream->ostream, NULL, -1);
|
/dovecot/src/lib-dcrypt/ |
H A D | ostream-encrypt.c | 667 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 D | http-transfer-chunked.c | 660 return o_stream_create(&tcstream->ostream, output,
|
H A D | http-server-response.c | 798 o_stream_create(&hsostream->ostream, conn->conn.output, -1);
|
Completed in 2823 milliseconds