Searched refs:mstorage (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c341 struct pop3_migration_mail_storage *mstorage = local
347 mstorage->pop3_box_vname);
349 box = mailbox_alloc(ns->list, mstorage->pop3_box_vname,
357 struct pop3_migration_mail_storage *mstorage = local
368 if (array_is_created(&mstorage->pop3_uidl_map)) {
370 array_foreach_modifiable(&mstorage->pop3_uidl_map, map)
374 i_array_init(&mstorage->pop3_uidl_map, 128);
386 mstorage->skip_size_check ? 0 :
394 if (mstorage->skip_size_check)
418 map = array_append_space(&mstorage
522 struct pop3_migration_mail_storage *mstorage = local
546 struct pop3_migration_mail_storage *mstorage = local
617 struct pop3_migration_mail_storage *mstorage = local
656 struct pop3_migration_mail_storage *mstorage = local
703 struct pop3_migration_mail_storage *mstorage = local
832 struct pop3_migration_mail_storage *mstorage = local
917 struct pop3_migration_mail_storage *mstorage = local
953 struct pop3_migration_mail_storage *mstorage = local
973 struct pop3_migration_mail_storage *mstorage = local
992 struct pop3_migration_mail_storage *mstorage = local
1003 struct pop3_migration_mail_storage *mstorage; local
[all...]
/dovecot/src/plugins/snarf/
H A Dsnarf-plugin.c216 struct snarf_mail_storage *mstorage; local
220 mstorage = p_new(storage->pool, struct snarf_mail_storage, 1);
221 mstorage->snarf_path = p_strdup(storage->pool, path);
222 mstorage->module_ctx.super = *v;
223 storage->vlast = &mstorage->module_ctx.super;
226 MODULE_CONTEXT_SET(storage, snarf_storage_module, mstorage);
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.c194 struct mdbox_storage *mstorage = MDBOX_STORAGE(box->storage); local
196 if (mstorage->corrupted && !mstorage->rebuilding_storage)
197 (void)mdbox_storage_rebuild(mstorage);
370 struct mdbox_storage *mstorage = MDBOX_STORAGE(box->storage); local
372 mdbox_storage_set_corrupted(mstorage);
377 struct mdbox_storage *mstorage = MDBOX_DBOX_STORAGE(file->storage); local
379 mdbox_storage_set_corrupted(mstorage);
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-storage.h33 #define IMAPC_HAS_FEATURE(mstorage, feature) \
34 (((mstorage)->set->parsed_features & feature) != 0)

Completed in 431 milliseconds