Searched refs:other_sets (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-login.c143 (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 Dclient-common.h101 void (*create)(struct client *client, void **other_sets);
255 void client_init(struct client *client, void **other_sets);
H A Dmain.c162 void **other_sets; local
166 &conn->remote_ip, NULL, &ssl_set, &other_sets);
177 client_init(client, other_sets);
H A Dclient-common.c210 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 Dclient.c60 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 Dimap-login-client.c381 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 Dclient.c177 void **other_sets ATTR_UNUSED)

Completed in 2035 milliseconds