Searched refs:auth_worker_auth_request_new (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/auth/ |
H A D | auth-worker-client.h | 11 bool auth_worker_auth_request_new(struct auth_worker_client *client, unsigned int id,
|
H A D | auth-worker-client.c | 78 bool auth_worker_auth_request_new(struct auth_worker_client *client, unsigned int id, function 210 if (!auth_worker_auth_request_new(client, id, args + 2, &auth_request)) { 264 if (!auth_worker_auth_request_new(client, id, args + 3, &request)) { 348 if (!auth_worker_auth_request_new(client, id, args + 2, &auth_request)) { 406 if (!auth_worker_auth_request_new(client, id, args + 2, &auth_request)) { 489 if (!auth_worker_auth_request_new(client, id, args + 1, &auth_request)) { 643 if (!auth_worker_auth_request_new(client, id, args + 1, &ctx->auth_request)) {
|
Completed in 15 milliseconds