Searched refs:user_result (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dexternal.c259 int user_result = SASL_OK; local
282 user_result = _plug_get_userid(params->utils, &user, prompt_need);
284 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
285 return user_result;
295 if (user_result == SASL_INTERACT) {
299 user_result == SASL_INTERACT ?
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Danonymous.c240 int user_result = SASL_OK; local
268 user_result = _plug_get_userid(cparams->utils, &user, prompt_need);
270 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
271 return user_result;
282 if (user_result == SASL_INTERACT) {
286 user_result == SASL_INTERACT ?
H A Dplain.c313 int user_result = SASL_OK; local
340 user_result = _plug_get_userid(params->utils, &user, prompt_need);
342 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
343 return user_result;
362 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
367 user_result == SASL_INTERACT ?
H A Dkerberos4.c1074 int user_result = SASL_OK; local
1078 user_result = _plug_get_userid(cparams->utils, &text->user,
1081 if (user_result != SASL_OK && user_result != SASL_INTERACT)
1082 return user_result;
1092 if (user_result == SASL_INTERACT) {
1096 user_result == SASL_INTERACT ?
H A Dpassdss.c1246 int user_result = SASL_OK; local
1274 user_result = _plug_get_userid(params->utils, &user, prompt_need);
1276 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
1277 return user_result;
1296 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
1301 user_result == SASL_INTERACT ?
H A Dgs2.c1521 int user_result = SASL_OK; local
1547 user_result = _plug_get_userid(params->utils, &userid, prompt_need);
1548 if (user_result != SASL_OK && user_result != SASL_INTERACT) {
1549 result = user_result;
1558 if (auth_result == SASL_OK && user_result == SASL_OK &&
1706 if (user_result == SASL_INTERACT || auth_result == SASL_INTERACT ||
1711 user_result == SASL_INTERACT ?
H A Dgssapi.c1395 int user_result = SASL_OK; local
1397 user_result = _plug_get_userid(params->utils, &text->user,
1400 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
1402 return user_result;
1412 if (user_result == SASL_INTERACT) {
1416 user_result == SASL_INTERACT ?
H A Dotp.c1500 int user_result = SASL_OK; local
1523 user_result = _plug_get_userid(params->utils, &user, prompt_need);
1525 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
1526 return user_result;
1547 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
1552 user_result == SASL_INTERACT ?
H A Dscram.c1837 int user_result = SASL_OK; local
1865 user_result = _plug_get_userid(params->utils, &userid, prompt_need);
1867 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
1868 return user_result;
1891 (user_result == SASL_INTERACT) ||
1897 user_result == SASL_INTERACT ?
H A Dsrp.c2734 int user_result = SASL_OK; local
2756 user_result = _plug_get_userid(params->utils, &userid, prompt_need);
2758 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT))
2759 return user_result;
2778 if ((auth_result == SASL_INTERACT) || (user_result == SASL_INTERACT) ||
2783 user_result == SASL_INTERACT ?
H A Ddigestmd5.c4069 int user_result = SASL_OK; local
4090 user_result = _plug_get_userid(params->utils, &userid, prompt_need);
4092 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) {
4093 return user_result;
4139 if ((user_result == SASL_INTERACT) || (auth_result == SASL_INTERACT) ||
4172 user_result == SASL_INTERACT ?

Completed in 217 milliseconds