Searched defs:raw_storage (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/index/raw/
H A Draw-storage.h9 struct raw_storage { struct
15 struct raw_storage *storage;
25 #define RAW_STORAGE(s) container_of(s, struct raw_storage, storage)
H A Draw-storage.c12 extern struct mail_storage raw_storage;
103 struct raw_storage *storage;
107 storage = p_new(pool, struct raw_storage, 1);
108 storage->storage = raw_storage;
201 struct mail_storage raw_storage = { variable in typeref:struct:mail_storage

Completed in 11 milliseconds