Home
last modified time | relevance | path

Searched refs:saslresult (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c1558 int saslresult, smtpresult; local
1602 if (saslresult != SASL_OK)
1617 if (saslresult != SASL_OK)
1633 if (saslresult != SASL_OK)
1636 if (saslresult != SASL_OK)
1706 if (saslresult != SASL_OK)
1739 if (saslresult != SASL_OK && saslresult != SASL_CONTINUE)
1820 if (saslresult != SASL_OK && saslresult != SASL_CONTINUE)
1824 sasl_errstring(saslresult, NULL, NULL),
1825 saslresult);
[all …]