Searched refs:DBOX_STORAGE (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.h65 #define DBOX_STORAGE(s) container_of(s, struct dbox_storage, storage) macro
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.c45 DBOX_STORAGE(mail->imail.mail.mail.box->storage);
142 struct dbox_storage *storage = DBOX_STORAGE(_mail->box->storage);
292 struct dbox_storage *storage = DBOX_STORAGE(_mail->box->storage);
H A Ddbox-save.c42 struct dbox_storage *storage = DBOX_STORAGE(_storage);
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.h36 #define SDBOX_STORAGE(s) container_of(DBOX_STORAGE(s), struct sdbox_storage, storage)
H A Dsdbox-storage.c37 struct dbox_storage *storage = DBOX_STORAGE(_storage);
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.h67 #define MDBOX_STORAGE(s) MDBOX_DBOX_STORAGE(DBOX_STORAGE(s))

Completed in 25 milliseconds