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

/dovecot/src/auth/
H A Dauth-worker-client.c52 static void auth_worker_input(struct auth_worker_client *client);
546 client->io = io_add(client->fd, IO_READ, auth_worker_input, client);
718 static void auth_worker_input(struct auth_worker_client *client) function
796 auth_worker_input, client);
815 client->io = io_add(fd, IO_READ, auth_worker_input, client);

Completed in 23 milliseconds