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

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dotp.c1598 int echo_result = SASL_OK; local
1613 echo_result = _plug_challenge_prompt(params->utils, SASL_CB_ECHOPROMPT,
1618 if ((echo_result != SASL_OK) && (echo_result != SASL_INTERACT))
1619 return echo_result;
1629 if (echo_result == SASL_INTERACT) {
1636 challenge, echo_result == SASL_INTERACT ?

Completed in 51 milliseconds