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

/dovecot/src/auth/
H A Duserdb-prefetch.c41 callback(USERDB_RESULT_OK, auth_request);
H A Duserdb-checkpassword.c37 callback(USERDB_RESULT_OK, request);
H A Duserdb.h15 USERDB_RESULT_OK = 1 enumerator in enum:userdb_result
H A Duserdb-static.c37 callback(USERDB_RESULT_OK, auth_request);
H A Ddb-lua.c322 DLUA_TABLE_ENUM(USERDB_RESULT_OK),
480 if (ret != USERDB_RESULT_OK) {
488 return USERDB_RESULT_OK;
620 if (ret != USERDB_RESULT_OK) {
626 return USERDB_RESULT_OK;
H A Duserdb-blocking.c30 result = USERDB_RESULT_OK;
H A Duserdb-vpopmail.c152 callback(USERDB_RESULT_OK, auth_request);
H A Dauth-postfix-connection.c88 case USERDB_RESULT_OK:
H A Duserdb-dict.c77 userdb_result = USERDB_RESULT_OK;
H A Duserdb-passwd-file.c100 callback(USERDB_RESULT_OK, auth_request);
H A Duserdb-passwd.c124 callback(USERDB_RESULT_OK, auth_request);
H A Duserdb-sql.c83 result = USERDB_RESULT_OK;
H A Dauth-master-connection.c257 if (result == USERDB_RESULT_OK) {
276 case USERDB_RESULT_OK:
H A Duserdb-ldap.c76 result = USERDB_RESULT_OK;
H A Dauth-request.c1424 *result_r = USERDB_RESULT_OK;
1438 case USERDB_RESULT_OK:
1483 if (result == USERDB_RESULT_OK) {
1515 result = USERDB_RESULT_OK;
H A Dauth-request-handler.c746 case USERDB_RESULT_OK:
H A Dauth-worker-client.c441 case USERDB_RESULT_OK:

Completed in 55 milliseconds