Searched refs:attach (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-attachment.c91 struct mail_save_attachment *attach = ctx->data.attach; local
98 i_assert(attach->cur_file == NULL);
115 attach->cur_file = fs_file_init(attach->fs, path,
118 extref = array_append_space(&attach->extrefs);
121 extref->path = p_strdup(attach->pool,
126 *output_r = fs_write_stream(attach->cur_file);
135 struct mail_save_attachment *attach = ctx->data.attach; local
161 struct mail_save_attachment *attach; local
210 struct mail_save_attachment *attach = ctx->data.attach; local
247 struct mail_save_attachment *attach = ctx->data.attach; local
256 struct mail_save_attachment *attach = ctx->data.attach; local
[all...]
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-save.c78 if (_ctx->data.attach != NULL)
97 if (mdata->attach != NULL && !ctx->failed) {
/dovecot/src/lib-storage/
H A Dmail-storage-private.h672 struct mail_save_attachment *attach; member in struct:mail_save_data

Completed in 10 milliseconds