Searched defs:sstorage (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/plugins/acl/ |
H A D | acl-shared-storage.c | 37 struct shared_storage *sstorage = (struct shared_storage *)storage; local 57 if (var_expand(str, sstorage->ns_prefix_pattern, tab, &error) <= 0) { 59 sstorage->ns_prefix_pattern, error);
|
/dovecot/src/plugins/snarf/ |
H A D | snarf-plugin.c | 146 struct snarf_mail_storage *sstorage = SNARF_CONTEXT(box->storage); local 154 if (sstorage == NULL || sstorage->snarfing_disabled) 177 struct snarf_mail_storage *sstorage = SNARF_CONTEXT_REQUIRE(storage); local 186 if (stat(sstorage->snarf_path, &st) == 0) 187 sstorage->snarfing_disabled = FALSE; 192 sstorage->snarf_path); 194 sstorage->snarfing_disabled = TRUE; 204 box = sstorage->module_ctx.super. 206 if (sstorage [all...] |
/dovecot/src/plugins/old-stats/ |
H A D | stats-plugin.c | 239 struct stats_storage *sstorage = STATS_CONTEXT_REQUIRE(box->storage); local 245 if (sstorage->old_callbacks.notify_ok != NULL) 246 sstorage->old_callbacks.notify_ok(box, text, context); 251 struct stats_storage *sstorage = STATS_CONTEXT(storage); local 253 if (sstorage != NULL) 256 sstorage = p_new(storage->pool, struct stats_storage, 1); 257 sstorage->old_callbacks = storage->callbacks; 260 MODULE_CONTEXT_SET(storage, stats_storage_module, sstorage);
|
Completed in 12 milliseconds