Searched defs:super (Results 1 - 12 of 12) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-attributes.c12 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 Dmail-user.h118 struct mail_user_vfuncs super; member in union:mail_user_module_context
H A Dmailbox-list-private.h100 struct mailbox_list_vfuncs super; member in union:mailbox_list_module_context
H A Dmail-storage-private.h78 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 Ddoveadm-mail.h58 struct doveadm_mail_cmd_vfuncs super; member in union:doveadm_mail_cmd_module_context
/dovecot/src/lib-index/
H A Dmail-index-transaction-private.h29 struct mail_index_transaction_vfuncs super; member in union:mail_index_transaction_module_context
H A Dmail-index-transaction-view.c13 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 Dmail-cache-transaction.c33 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 Dpop3-client.h113 struct pop3_client_vfuncs super; member in union:pop3_module_context
/dovecot/src/lib-fs/
H A Dfs-randomfail.c37 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 Dimap-client.h245 struct imap_client_vfuncs super; member in union:imap_module_context
/dovecot/src/login-common/
H A Dclient-common.h234 struct client_vfuncs super; member in union:login_client_module_context

Completed in 29 milliseconds