Searched refs:other_sets (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/imap-urlauth/ |
H A D | imap-urlauth-login.c | 143 (struct client *client, void **other_sets) 148 uauth_client->set = other_sets[0]; 142 imap_urlauth_client_create(struct client *client, void **other_sets) argument
|
/dovecot/src/login-common/ |
H A D | client-common.h | 101 void (*create)(struct client *client, void **other_sets); 255 void client_init(struct client *client, void **other_sets);
|
H A D | main.c | 162 void **other_sets; local 166 &conn->remote_ip, NULL, &ssl_set, &other_sets); 177 client_init(client, other_sets);
|
H A D | client-common.c | 210 void client_init(struct client *client, void **other_sets) argument 222 client->v.create(client, other_sets); 444 void **other_sets; local 454 &client->ssl_set, &other_sets);
|
/dovecot/src/submission-login/ |
H A D | client.c | 60 void **other_sets) 68 subm_client->set = other_sets[0]; 59 submission_client_create(struct client *client, void **other_sets) argument
|
/dovecot/src/imap-login/ |
H A D | imap-login-client.c | 381 static void imap_client_create(struct client *client, void **other_sets) argument 385 imap_client->set = other_sets[0];
|
/dovecot/src/pop3-login/ |
H A D | client.c | 177 void **other_sets ATTR_UNUSED)
|
Completed in 2035 milliseconds