Searched defs:common (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/submission-login/
H A Dclient.h5 #include "client-common.h"
21 struct client common; member in struct:submission_client
/dovecot/src/pop3-login/
H A Dclient.h5 #include "client-common.h"
19 struct client common; member in struct:pop3_client
/dovecot/src/imap-urlauth/
H A Dimap-urlauth-login.c3 #include "login-common.h"
13 #include "client-common.h"
20 struct client common; member in struct:imap_urlauth_client
139 return &uauth_client->common;
/dovecot/src/imap-login/
H A Dimap-login-client.h6 #include "client-common.h"
55 struct client common; member in struct:imap_client
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c33 struct msg_map_common common; member in struct:pop3_uidl_map
45 struct msg_map_common common; member in struct:imap_msg_map
135 return memcmp(map1->common.hdr_sha1, map2->common.hdr_sha1,
136 sizeof(map1->common.hdr_sha1));
142 return memcmp(map1->common.hdr_sha1, map2->common.hdr_sha1,
143 sizeof(map1->common.hdr_sha1));
726 if (!pop3_map[pop3_idx].common.hdr_sha1_set ||
731 if (!imap_map[imap_idx].common
[all...]

Completed in 33 milliseconds