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

/dovecot/src/lib-storage/index/shared/
H A Dshared-storage.h4 struct shared_storage { struct
14 #define SHARED_STORAGE(s) container_of(s, struct shared_storage, storage)
H A Dshared-storage.c16 extern struct mail_storage shared_storage;
20 struct shared_storage *storage;
24 storage = p_new(pool, struct shared_storage, 1);
25 storage->storage = shared_storage;
34 struct shared_storage *storage = SHARED_STORAGE(_storage);
106 get_nonexistent_user_location(struct shared_storage *storage,
138 struct shared_storage *storage = SHARED_STORAGE(_storage);
364 struct mail_storage shared_storage = { variable in typeref:struct:mail_storage
/dovecot/src/lib-storage/
H A Dmail-storage-register.c6 extern struct mail_storage shared_storage;
21 mail_storage_class_register(&shared_storage);
/dovecot/src/plugins/acl/
H A Dacl-shared-storage.c37 struct shared_storage *sstorage = (struct shared_storage *)storage;

Completed in 708 milliseconds