Searched refs:close_parent (Results 1 - 25 of 45) sorted by relevance

12

/dovecot/src/lib/
H A Distream-file-private.h21 void i_stream_file_close(struct iostream_private *stream, bool close_parent);
H A Diostream-private.h19 void (*close)(struct iostream_private *streami, bool close_parent);
31 void io_stream_close(struct iostream_private *stream, bool close_parent);
H A Dostream-file-private.h41 bool close_parent);
H A Distream-unix.c15 i_stream_unix_close(struct iostream_private *stream, bool close_parent) argument
20 i_stream_file_close(stream, close_parent);
H A Dostream-rawlog.c14 bool close_parent)
19 if (close_parent)
13 o_stream_rawlog_close(struct iostream_private *stream, bool close_parent) argument
H A Dostream-unix.c14 o_stream_unix_close(struct iostream_private *stream, bool close_parent) argument
19 o_stream_file_close(stream, close_parent);
H A Diostream.c11 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 Distream-rawlog.c15 bool close_parent)
20 if (close_parent)
14 i_stream_rawlog_close(struct iostream_private *stream, bool close_parent) argument
H A Distream-timeout.c21 bool close_parent)
26 if (close_parent)
20 i_stream_timeout_close(struct iostream_private *stream, bool close_parent) argument
H A Distream-try.c28 bool close_parent)
32 if (close_parent) {
27 i_stream_try_close(struct iostream_private *stream, bool close_parent) argument
H A Dostream-multiplex.c130 o_stream_multiplex_ochannel_close(struct iostream_private *stream, bool close_parent) argument
136 if (close_parent) {
H A Distream-chain.c279 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 Dostream-cmp.c16 bool close_parent)
24 if (close_parent)
15 o_stream_cmp_close(struct iostream_private *stream, bool close_parent) argument
H A Distream-fs-file.c14 bool close_parent ATTR_UNUSED)
/dovecot/src/lib-ssl-iostream/
H A Distream-openssl.c14 bool close_parent)
18 if (close_parent)
13 i_stream_ssl_close(struct iostream_private *stream, bool close_parent) argument
H A Dostream-openssl.c15 o_stream_ssl_close(struct iostream_private *stream, bool close_parent) argument
19 if (close_parent)
/dovecot/src/lib-mail/
H A Distream-qp-decoder.c17 bool close_parent)
25 if (close_parent)
16 i_stream_qp_decoder_close(struct iostream_private *stream, bool close_parent) argument
H A Distream-qp-encoder.c17 bool close_parent)
25 if (close_parent)
16 i_stream_qp_encoder_close(struct iostream_private *stream, bool close_parent) argument
H A Dostream-dot.c66 o_stream_dot_close(struct iostream_private *stream, bool close_parent) argument
70 if (close_parent)
H A Distream-binary-converter.c271 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 Dostream-ext-filter.c24 o_stream_mail_filter_close(struct iostream_private *stream, bool close_parent) argument
32 if (close_parent)
H A Distream-ext-filter.c24 i_stream_mail_filter_close(struct iostream_private *stream, bool close_parent) argument
32 if (close_parent)
/dovecot/src/lib-compression/
H A Dostream-bzlib.c24 bool close_parent)
29 if (close_parent)
23 o_stream_bzlib_close(struct iostream_private *stream, bool close_parent) argument
H A Dostream-lz4.c27 bool close_parent)
31 if (close_parent)
26 o_stream_lz4_close(struct iostream_private *stream, bool close_parent) argument
H A Dostream-lzma.c24 bool close_parent)
29 if (close_parent)
23 o_stream_lzma_close(struct iostream_private *stream, bool close_parent) argument

Completed in 52 milliseconds

12