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

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c89 static void client_abort(struct client *client, const char *reason);
132 client_abort(client,
211 static void client_abort(struct client *client, const char *reason) function
429 client_abort(client, "Session aborted: Fatal failure while fetching URL");
470 client_abort(client,
586 client_abort(client, "Session aborted: Failed to lookup user");
608 client_abort(client, t_strdup_printf(
632 client_abort(client, "Session aborted: URLAUTH not configured");
689 client_abort(client, "Session aborted: Input line too long");
709 client_abort(clien
[all...]

Completed in 35 milliseconds