Searched refs:container_of (Results 1 - 25 of 27) sorted by relevance

12

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-storage.h40 #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 Dcydir-storage.h18 #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 Dcydir-save.c37 #define CYDIR_SAVECTX(s) container_of(s, struct cydir_save_context, ctx)
/dovecot/src/lib-storage/index/shared/
H A Dshared-storage.h14 #define SHARED_STORAGE(s) container_of(s, struct shared_storage, storage)
/dovecot/src/lib-storage/index/raw/
H A Draw-storage.h25 #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 Dmbox-storage.h82 #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 Dmempool-allocfree.c107 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 Dmacros.h29 #define container_of(ptr, type, name) \ macro
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.h36 #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 Dsdbox-save.c36 #define SDBOX_SAVECTX(s) container_of(DBOX_SAVECTX(s), struct sdbox_save_context, ctx)
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-mail.h13 #define DBOX_MAIL(s) container_of(s, struct dbox_mail, imail.mail.mail)
H A Ddbox-save.h23 #define DBOX_SAVECTX(s) container_of(s, struct dbox_save_context, ctx)
H A Ddbox-storage.h65 #define DBOX_STORAGE(s) container_of(s, struct dbox_storage, storage)
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail.h28 #define IMAPC_MAIL(s) container_of(s, struct imapc_mail, imail.mail.mail)
H A Dimapc-storage.h155 #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 Dimapc-save.c40 #define IMAPC_SAVECTX(s) container_of(s, struct imapc_save_context, ctx)
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.h66 #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 Dmdbox-save.c47 #define MDBOX_SAVECTX(s) container_of(DBOX_SAVECTX(s), struct mdbox_save_context, ctx)
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-storage.h95 #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 Dmaildir-save.c73 #define MAILDIR_SAVECTX(s) container_of(s, struct maildir_save_context, ctx)
/dovecot/src/submission-login/
H A Dclient.c65 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 Dclient-authenticate.c89 container_of(client, struct submission_client, common);
244 container_of(client, struct submission_client, common);
H A Dsubmission-proxy.c219 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 Dindex-mail.h160 #define INDEX_MAIL(s) container_of(s, struct index_mail, mail.mail)
/dovecot/src/auth/
H A Ddb-lua.c695 container_of(ctx, struct auth_lua_userdb_iterate_context, ctx);
709 container_of(ctx, struct auth_lua_userdb_iterate_context, ctx);

Completed in 37 milliseconds

12