Searched defs:shared_storage (Results 1 - 2 of 2) 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

Completed in 7 milliseconds