/dovecot/src/lib-storage/index/pop3c/ |
H A D | pop3c-storage.h | 40 #define POP3C_STORAGE(s) container_of(s, struct pop3c_storage, storage) 41 #define POP3C_MAILBOX(s) container_of(s, struct pop3c_mailbox, box) 42 #define POP3C_MAIL(s) container_of(s, struct pop3c_mail, imail.mail.mail)
|
/dovecot/src/lib-storage/index/cydir/ |
H A D | cydir-storage.h | 18 #define CYDIR_STORAGE(s) container_of(s, struct cydir_storage, storage) 19 #define CYDIR_MAILBOX(s) container_of(s, struct cydir_mailbox, box)
|
H A D | cydir-save.c | 37 #define CYDIR_SAVECTX(s) container_of(s, struct cydir_save_context, ctx)
|
/dovecot/src/lib-storage/index/shared/ |
H A D | shared-storage.h | 14 #define SHARED_STORAGE(s) container_of(s, struct shared_storage, storage)
|
/dovecot/src/lib-storage/index/raw/ |
H A D | raw-storage.h | 25 #define RAW_STORAGE(s) container_of(s, struct raw_storage, storage) 26 #define RAW_MAILBOX(s) container_of(s, struct raw_mailbox, box)
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-storage.h | 82 #define MBOX_STORAGE(s) container_of(s, struct mbox_storage, storage) 83 #define MBOX_MAILBOX(s) container_of(s, struct mbox_mailbox, box) 84 #define MBOX_TRANSCTX(s) container_of(s, struct mbox_transaction_context, t)
|
/dovecot/src/lib/ |
H A D | mempool-allocfree.c | 107 container_of(pool, struct allocfree_pool, pool); 117 container_of(pool, struct allocfree_pool, pool); 127 container_of(pool, struct allocfree_pool, pool); 172 container_of(pool, struct allocfree_pool, pool); 188 container_of(pool, struct allocfree_pool, pool); 201 container_of(pool, struct allocfree_pool, pool); 227 container_of(pool, struct allocfree_pool, pool); 245 container_of(pool, struct allocfree_pool, pool); 252 container_of(pool, struct allocfree_pool, pool);
|
H A D | macros.h | 29 #define container_of(ptr, type, name) \ macro
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-storage.h | 36 #define SDBOX_STORAGE(s) container_of(DBOX_STORAGE(s), struct sdbox_storage, storage) 37 #define SDBOX_MAILBOX(s) container_of(s, struct sdbox_mailbox, box)
|
H A D | sdbox-save.c | 36 #define SDBOX_SAVECTX(s) container_of(DBOX_SAVECTX(s), struct sdbox_save_context, ctx)
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-mail.h | 13 #define DBOX_MAIL(s) container_of(s, struct dbox_mail, imail.mail.mail)
|
H A D | dbox-save.h | 23 #define DBOX_SAVECTX(s) container_of(s, struct dbox_save_context, ctx)
|
H A D | dbox-storage.h | 65 #define DBOX_STORAGE(s) container_of(s, struct dbox_storage, storage)
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-mail.h | 28 #define IMAPC_MAIL(s) container_of(s, struct imapc_mail, imail.mail.mail)
|
H A D | imapc-storage.h | 155 #define IMAPC_STORAGE(s) container_of(s, struct imapc_storage, storage) 156 #define IMAPC_MAILBOX(s) container_of(s, struct imapc_mailbox, box)
|
H A D | imapc-save.c | 40 #define IMAPC_SAVECTX(s) container_of(s, struct imapc_save_context, ctx)
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-storage.h | 66 #define MDBOX_DBOX_STORAGE(s) container_of(s, struct mdbox_storage, storage) 68 #define MDBOX_MAILBOX(s) container_of(s, struct mdbox_mailbox, box)
|
H A D | mdbox-save.c | 47 #define MDBOX_SAVECTX(s) container_of(DBOX_SAVECTX(s), struct mdbox_save_context, ctx)
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-storage.h | 95 #define MAILDIR_STORAGE(s) container_of(s, struct maildir_storage, storage) 96 #define MAILDIR_MAILBOX(s) container_of(s, struct maildir_mailbox, box)
|
H A D | maildir-save.c | 73 #define MAILDIR_SAVECTX(s) container_of(s, struct maildir_save_context, ctx)
|
/dovecot/src/submission-login/ |
H A D | client.c | 65 container_of(client, struct submission_client, common); 92 container_of(client, struct submission_client, common); 102 container_of(client, struct submission_client, common); 113 container_of(_client, struct submission_client, common);
|
H A D | client-authenticate.c | 89 container_of(client, struct submission_client, common); 244 container_of(client, struct submission_client, common);
|
H A D | submission-proxy.c | 219 container_of(client, struct submission_client, common); 437 container_of(client, struct submission_client, common); 449 container_of(client, struct submission_client, common); 461 container_of(client, struct submission_client, common);
|
/dovecot/src/lib-storage/index/ |
H A D | index-mail.h | 160 #define INDEX_MAIL(s) container_of(s, struct index_mail, mail.mail)
|
/dovecot/src/auth/ |
H A D | db-lua.c | 695 container_of(ctx, struct auth_lua_userdb_iterate_context, ctx); 709 container_of(ctx, struct auth_lua_userdb_iterate_context, ctx);
|