Searched refs:auth_worker_client (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Dauth-worker-client.h8 extern struct auth_worker_client *auth_worker_client;
10 struct auth_worker_client *auth_worker_client_create(struct auth *auth, int fd);
11 bool auth_worker_auth_request_new(struct auth_worker_client *client, unsigned int id,
13 void auth_worker_client_destroy(struct auth_worker_client **client);
14 void auth_worker_client_unref(struct auth_worker_client **client);
H A Dauth-worker-client.c26 struct auth_worker_client { struct
43 struct auth_worker_client *client;
49 struct auth_worker_client *auth_worker_client; variable in typeref:struct:auth_worker_client
52 static void auth_worker_input(struct auth_worker_client *client);
53 static int auth_worker_output(struct auth_worker_client *client);
62 else if (auth_worker_client == NULL)
68 auth_worker_client_check_throttle(struct auth_worker_client *client)
78 bool auth_worker_auth_request_new(struct auth_worker_client *client, unsigned int id,
116 static void auth_worker_send_reply(struct auth_worker_client *clien
[all...]
H A Dmain.c284 if (auth_worker_client != NULL)
285 auth_worker_client_destroy(&auth_worker_client);
311 if (auth_worker_client != NULL) {

Completed in 1991 milliseconds