/dovecot/src/lib/ |
H A D | istream-file-private.h | 21 void i_stream_file_close(struct iostream_private *stream, bool close_parent);
|
H A D | iostream-private.h | 19 void (*close)(struct iostream_private *streami, bool close_parent); 31 void io_stream_close(struct iostream_private *stream, bool close_parent);
|
H A D | ostream-file-private.h | 41 bool close_parent);
|
H A D | istream-unix.c | 15 i_stream_unix_close(struct iostream_private *stream, bool close_parent) argument 20 i_stream_file_close(stream, close_parent);
|
H A D | ostream-rawlog.c | 14 bool close_parent) 19 if (close_parent) 13 o_stream_rawlog_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | ostream-unix.c | 14 o_stream_unix_close(struct iostream_private *stream, bool close_parent) argument 19 o_stream_file_close(stream, close_parent);
|
H A D | iostream.c | 11 bool close_parent ATTR_UNUSED) 64 void io_stream_close(struct iostream_private *stream, bool close_parent) argument 66 stream->close(stream, close_parent);
|
H A D | istream-rawlog.c | 15 bool close_parent) 20 if (close_parent) 14 i_stream_rawlog_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | istream-timeout.c | 21 bool close_parent) 26 if (close_parent) 20 i_stream_timeout_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | istream-try.c | 28 bool close_parent) 32 if (close_parent) { 27 i_stream_try_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | ostream-multiplex.c | 130 o_stream_multiplex_ochannel_close(struct iostream_private *stream, bool close_parent) argument 136 if (close_parent) {
|
H A D | istream-chain.c | 279 bool close_parent) 287 if (close_parent) { 278 i_stream_chain_close(struct iostream_private *stream, bool close_parent) argument
|
/dovecot/src/lib-fs/ |
H A D | ostream-cmp.c | 16 bool close_parent) 24 if (close_parent) 15 o_stream_cmp_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | istream-fs-file.c | 14 bool close_parent ATTR_UNUSED)
|
/dovecot/src/lib-ssl-iostream/ |
H A D | istream-openssl.c | 14 bool close_parent) 18 if (close_parent) 13 i_stream_ssl_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | ostream-openssl.c | 15 o_stream_ssl_close(struct iostream_private *stream, bool close_parent) argument 19 if (close_parent)
|
/dovecot/src/lib-mail/ |
H A D | istream-qp-decoder.c | 17 bool close_parent) 25 if (close_parent) 16 i_stream_qp_decoder_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | istream-qp-encoder.c | 17 bool close_parent) 25 if (close_parent) 16 i_stream_qp_encoder_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | ostream-dot.c | 66 o_stream_dot_close(struct iostream_private *stream, bool close_parent) argument 70 if (close_parent)
|
H A D | istream-binary-converter.c | 271 bool close_parent) 281 if (close_parent) 270 i_stream_binary_converter_close(struct iostream_private *stream, bool close_parent) argument
|
/dovecot/src/plugins/mail-filter/ |
H A D | ostream-ext-filter.c | 24 o_stream_mail_filter_close(struct iostream_private *stream, bool close_parent) argument 32 if (close_parent)
|
H A D | istream-ext-filter.c | 24 i_stream_mail_filter_close(struct iostream_private *stream, bool close_parent) argument 32 if (close_parent)
|
/dovecot/src/lib-compression/ |
H A D | ostream-bzlib.c | 24 bool close_parent) 29 if (close_parent) 23 o_stream_bzlib_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | ostream-lz4.c | 27 bool close_parent) 31 if (close_parent) 26 o_stream_lz4_close(struct iostream_private *stream, bool close_parent) argument
|
H A D | ostream-lzma.c | 24 bool close_parent) 29 if (close_parent) 23 o_stream_lzma_close(struct iostream_private *stream, bool close_parent) argument
|