Lines Matching refs:_storage
37 int mdbox_storage_create(struct mail_storage *_storage,
40 struct mdbox_storage *storage = MDBOX_STORAGE(_storage);
43 storage->set = mail_namespace_get_driver_settings(ns, _storage);
51 _storage->unique_root_dir =
52 p_strdup(_storage->pool, ns->list->set.root_dir);
55 storage->storage_dir = p_strconcat(_storage->pool, dir,
58 storage->alt_storage_dir = p_strconcat(_storage->pool,
65 return dbox_storage_create(_storage, ns, error_r);
68 void mdbox_storage_destroy(struct mail_storage *_storage)
70 struct mdbox_storage *storage = MDBOX_STORAGE(_storage);
81 dbox_storage_destroy(_storage);