Home
last modified time | relevance | path

Searched refs:mail_storage_get_last_internal_error (Results 1 – 14 of 14) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dtest-mail-storage.c43 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
54 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
64 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
76 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
87 test_assert(strstr(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
99 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
107 mail_storage_get_last_internal_error(&storage, &mail_error)); in test_mail_storage_errors()
112 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
125 errstr = mail_storage_get_last_internal_error(&storage, &mail_error); in test_mail_storage_errors()
136 test_assert(strcmp(mail_storage_get_last_internal_error(&storage, &mail_error), in test_mail_storage_errors()
[all …]
H A Dmail.c574 mail_storage_get_last_internal_error(mail->box->storage, NULL)); in mail_set_attachment_keywords()
H A Dmail-storage.h499 mail_storage_get_last_internal_error(struct mail_storage *storage,
H A Dmail-storage.c631 const char *mail_storage_get_last_internal_error(struct mail_storage *storage, in mail_storage_get_last_internal_error() function
646 return mail_storage_get_last_internal_error(mailbox_get_storage(box), in mailbox_get_last_internal_error()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-mail-altmove.c48 mail_storage_get_last_internal_error(storage, NULL)); in ns_purge()
H A Ddoveadm-mail-mailbox.c386 mail_storage_get_last_internal_error(storage, NULL)); in cmd_mailbox_delete_run()
H A Ddoveadm-mail.c155 mail_storage_get_last_internal_error(storage, NULL)); in cmd_purge_run()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/quota/
H A Dquota-imapc.c336 mail_storage_get_last_internal_error( in imapc_quota_refresh_mailbox()
374 mail_storage_get_last_internal_error( in imapc_quota_refresh_root()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Ddoveadm-acl.c366 errstr = mail_storage_get_last_internal_error(box->storage, &error); in cmd_acl_debug_mailbox_open()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c293 i_strdup(mail_storage_get_last_internal_error(storage, NULL)); in lazy_expunge_set_error()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-lda/
H A Dmail-deliver.c466 mail_storage_get_last_internal_error(*storage_r, &error)); in mail_deliver_save()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-brain.c336 mail_storage_get_last_internal_error(storage, NULL)); in dsync_brain_purge()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/list/
H A Dmailbox-list-index.c654 errstr = mail_storage_get_last_internal_error(storage, &error); in list_handle_corruption_locked()
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog67256 mail_storage_get_last_internal_error() afterwards could be returning an
74554 lib-storage: Add mail_storage_get_last_internal_error()