Searched refs:dbox_storage (Results 1 - 12 of 12) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-storage-register.c7 extern struct mail_storage dbox_storage;
22 mail_storage_class_register(&dbox_storage);
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.h8 struct dbox_storage;
57 struct dbox_storage { struct
65 #define DBOX_STORAGE(s) container_of(s, struct dbox_storage, storage)
H A Ddbox-storage.c101 struct dbox_storage *storage = DBOX_STORAGE(_storage);
144 struct dbox_storage *storage = DBOX_STORAGE(_storage);
319 struct dbox_storage *storage = DBOX_STORAGE(box->storage);
357 struct dbox_storage *storage = DBOX_STORAGE(box->storage);
H A Ddbox-mail.c44 struct dbox_storage *storage =
142 struct dbox_storage *storage = DBOX_STORAGE(_mail->box->storage);
292 struct dbox_storage *storage = DBOX_STORAGE(_mail->box->storage);
H A Ddbox-file.h97 struct dbox_storage *storage;
H A Ddbox-save.c42 struct dbox_storage *storage = DBOX_STORAGE(_storage);
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.h21 struct dbox_storage storage;
H A Dsdbox-copy.c16 struct dbox_storage *src_storage = src_file->file.storage;
17 struct dbox_storage *dest_storage = dest_file->file.storage;
H A Dsdbox-file.c125 struct dbox_storage *storage = file->file.storage;
190 struct dbox_storage *storage = file->file.storage;
405 struct dbox_storage *storage = sfile->file.storage;
H A Dsdbox-storage.c16 extern struct mail_storage dbox_storage, sdbox_storage;
37 struct dbox_storage *storage = DBOX_STORAGE(_storage);
452 struct mail_storage dbox_storage = { variable in typeref:struct:mail_storage
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.h26 struct dbox_storage storage;
H A Dmdbox-purge.c276 struct dbox_storage *storage = &ctx->storage->storage;

Completed in 43 milliseconds