Searched defs:tmpresult (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c154 int result=SASL_OK, tmpresult; local
182 tmpresult = setpass_cb(conn, context, user, pass, passlen,
184 if(tmpresult != SASL_OK) {
187 user, tmpresult);
203 tmpresult = m->plug->setpass(m->glob_context,
205 tmpresult = m->plug->setpass(m->plug->glob_context,
213 if (tmpresult == SASL_OK) {
221 } else if (tmpresult == SASL_NOCHANGE) {
225 result = tmpresult;
228 m->plug->mech_name, user, tmpresult,
[all...]

Completed in 38 milliseconds