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

/dovecot/src/lib-storage/
H A Dmail-storage-register.c10 extern struct mail_storage sdbox_storage;
25 mail_storage_class_register(&sdbox_storage);
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.h20 struct sdbox_storage { struct
26 struct sdbox_storage *storage;
36 #define SDBOX_STORAGE(s) container_of(DBOX_STORAGE(s), struct sdbox_storage, storage)
H A Dsdbox-storage.c16 extern struct mail_storage dbox_storage, sdbox_storage;
22 struct sdbox_storage *storage;
26 storage = p_new(pool, struct sdbox_storage, 1);
28 storage->storage.storage = sdbox_storage;
430 struct mail_storage sdbox_storage = { variable in typeref:struct:mail_storage

Completed in 23 milliseconds