Lines Matching refs:_storage
31 shared_storage_create(struct mail_storage *_storage, struct mail_namespace *ns,
34 struct shared_storage *storage = SHARED_STORAGE(_storage);
46 storage->location = p_strdup(_storage->pool, ns->set->location);
48 p_strdup(_storage->pool, ns->unexpanded_set->location);
49 storage->storage_class_name = p_strdup(_storage->pool, driver);
51 if (mail_user_get_storage_class(_storage->user, driver) == NULL &&
63 storage->ns_prefix_pattern = p_strdup(_storage->pool, wildcardp);
136 struct mail_storage *_storage = (*_ns)->storage;
138 struct shared_storage *storage = SHARED_STORAGE(_storage);
139 struct mail_user *user = _storage->user;
300 new_ns->mail_set = _storage->set;
335 if (mail_storage_create(new_ns, NULL, _storage->flags |
354 if (_storage->class_flags == 0) {
356 _storage->class_flags =