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

/dovecot/src/login-common/
H A Dsasl-server.c99 enum sasl_server_reply sasl_reply = SASL_SERVER_REPLY_MASTER_FAILED; local
107 sasl_reply = SASL_SERVER_REPLY_SUCCESS;
110 sasl_reply = SASL_SERVER_REPLY_MASTER_FAILED;
117 call_client_callback(client, sasl_reply, data, NULL);
H A Dclient-common-auth.c667 sasl_callback(struct client *client, enum sasl_server_reply sasl_reply, argument
673 sasl_reply == SASL_SERVER_REPLY_AUTH_ABORTED ||
674 sasl_reply == SASL_SERVER_REPLY_MASTER_FAILED);
678 switch (sasl_reply) {
704 if (sasl_reply == SASL_SERVER_REPLY_AUTH_ABORTED) {

Completed in 9 milliseconds