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

/dovecot/src/login-common/
H A Dclient-common.h108 bool bad, const char *text);
299 void client_notify_status(struct client *client, bool bad, const char *text);
H A Dclient-common.c1041 void client_notify_status(struct client *client, bool bad, const char *text) argument
1044 client->v.notify_status(client, bad, text);
/dovecot/src/imap-login/
H A Dimap-login-client.c28 /* Disconnect client when it sends too many bad commands */
488 imap_client_notify_status(struct client *client, bool bad, const char *text) argument
490 if (bad)

Completed in 585 milliseconds