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

/dovecot/src/auth/
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...]

Completed in 8 milliseconds