| /dovecot/src/plugins/acl/ |
| H A D | acl-attributes.c | 12 struct mailbox_attribute_iter *super; member in struct:acl_mailbox_attribute_iter 148 return abox->module_ctx.super.attribute_set(t, type, key, value); 162 return abox->module_ctx.super.attribute_get(box, type, key, value_r); 177 aiter->super = abox->module_ctx.super. 220 if (aiter->super == NULL) 226 return abox->module_ctx.super.attribute_iter_next(aiter->super); 236 if (aiter->super != NULL) { 237 if (abox->module_ctx.super [all...] |
| /dovecot/src/lib-storage/ |
| H A D | mail-user.h | 118 struct mail_user_vfuncs super; member in union:mail_user_module_context
|
| H A D | mailbox-list-private.h | 100 struct mailbox_list_vfuncs super; member in union:mailbox_list_module_context
|
| H A D | mail-storage-private.h | 78 struct mail_storage_vfuncs super; member in union:mail_storage_module_context 320 struct mailbox_vfuncs super; member in union:mailbox_module_context 531 struct mail_vfuncs super; member in union:mail_module_context 594 struct mail_index_transaction_vfuncs super; member in struct:mailbox_transaction_context
|
| /dovecot/src/doveadm/ |
| H A D | doveadm-mail.h | 58 struct doveadm_mail_cmd_vfuncs super; member in union:doveadm_mail_cmd_module_context
|
| /dovecot/src/lib-index/ |
| H A D | mail-index-transaction-private.h | 29 struct mail_index_transaction_vfuncs super; member in union:mail_index_transaction_module_context
|
| H A D | mail-index-transaction-view.c | 13 struct mail_index_view_vfuncs *super; member in struct:mail_index_view_transaction 47 tview->super->close(view); 70 hdr = tview->super->get_header(view); 146 rec = tview->super->lookup_full(view, seq, map_r, expunged_r); 164 tview->super->lookup_uid(view, seq, uid_r); 177 tview->super->lookup_seq_range(view, first_uid, last_uid, 242 tview->super->lookup_first(view, flags, flags_mask, seq_r); 300 tview->super->lookup_keywords(view, seq, keyword_idx); 461 tview->super->lookup_ext_full(view, seq, ext_id, 477 tview->super [all...] |
| H A D | mail-cache-transaction.c | 33 struct mail_index_transaction_vfuncs super; member in struct:mail_cache_transaction_ctx 63 struct mail_index_transaction_vfuncs super = ctx->super; local 66 super.reset(t); 74 struct mail_index_transaction_vfuncs super = ctx->super; local 79 return super.commit(t, result_r); 86 struct mail_index_transaction_vfuncs super = ctx->super; local 89 super [all...] |
| /dovecot/src/pop3/ |
| H A D | pop3-client.h | 113 struct pop3_client_vfuncs super; member in union:pop3_module_context
|
| /dovecot/src/lib-fs/ |
| H A D | fs-randomfail.c | 37 struct fs_iter *super; member in struct:randomfail_fs_iter 476 iter->super = fs_iter_init_parent(_iter, path, flags); 492 iter->super->async_callback = _iter->async_callback; 493 iter->super->async_context = _iter->async_context; 495 fname = fs_iter_next(iter->super); 496 _iter->async_have_more = iter->super->async_have_more; 505 ret = fs_iter_deinit(&iter->super);
|
| /dovecot/src/imap/ |
| H A D | imap-client.h | 245 struct imap_client_vfuncs super; member in union:imap_module_context
|
| /dovecot/src/login-common/ |
| H A D | client-common.h | 234 struct client_vfuncs super; member in union:login_client_module_context
|