Searched refs:istream_opened (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/lib-storage/index/cydir/
H A Dcydir-mail.c121 if (mail->mail.v.istream_opened != NULL) {
122 if (mail->mail.v.istream_opened(_mail, &input) < 0) {
/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-plugin.c167 return mmail->super.istream_opened(_mail, stream);
173 return mmail->super.istream_opened(_mail, stream);
181 return mmail->super.istream_opened(_mail, stream);
218 v->istream_opened = mail_crypt_istream_opened;
/dovecot/src/plugins/zlib/
H A Dzlib-plugin.c131 return zmail->module_ctx.super.istream_opened(_mail, stream);
140 return zmail->module_ctx.super.istream_opened(_mail, stream);
158 return zmail->module_ctx.super.istream_opened(_mail, stream);
193 v->istream_opened = zlib_istream_opened;
/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-mail.c227 if (mail->mail.v.istream_opened != NULL) {
228 if (mail->mail.v.istream_opened(_mail,
/dovecot/src/plugins/mail-filter/
H A Dmail-filter-plugin.c107 return mmail->super.istream_opened(_mail, stream);
143 v->istream_opened = mail_filter_istream_opened;
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-mail.c277 if (pmail->v.istream_opened != NULL) {
278 if (pmail->v.istream_opened(&pmail->mail, stream_r) < 0)
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-mail.c457 if (mail->mail.v.istream_opened != NULL) {
607 if (mail->mail.v.istream_opened != NULL) {
608 if (mail->mail.v.istream_opened(_mail,
739 if (pmail->v.istream_opened != NULL) {
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail-fetch.c573 if (imail->mail.v.istream_opened != NULL) {
574 if (imail->mail.v.istream_opened(_mail,
/dovecot/src/lib-storage/
H A Dmail-storage-private.h527 int (*istream_opened)(struct mail *mail, struct istream **input); member in struct:mail_vfuncs

Completed in 38 milliseconds