Searched refs:mbox_storage (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-storage-register.c12 extern struct mail_storage mbox_storage;
27 mail_storage_class_register(&mbox_storage);
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-storage.h31 struct mbox_storage { struct
42 struct mbox_storage *storage;
82 #define MBOX_STORAGE(s) container_of(s, struct mbox_storage, storage)
H A Dmbox-storage.c65 extern struct mail_storage mbox_storage;
138 struct mbox_storage *storage;
142 storage = p_new(pool, struct mbox_storage, 1);
143 storage->storage = mbox_storage;
152 struct mbox_storage *storage = MBOX_STORAGE(_storage);
352 static bool want_memory_indexes(struct mbox_storage *storage, const char *path)
814 struct mail_storage mbox_storage = { variable in typeref:struct:mail_storage
H A Dmbox-lock.c126 static void mbox_init_lock_settings(struct mbox_storage *storage)

Completed in 14 milliseconds