Lines Matching refs:SASL_OK

155     int result=SASL_OK, tmpresult;  in sasl_setpass()
182 if(result == SASL_OK && setpass_cb) { in sasl_setpass()
185 if(tmpresult != SASL_OK) { in sasl_setpass()
194 result = SASL_OK; in sasl_setpass()
214 if (tmpresult == SASL_OK) { in sasl_setpass()
218 m->condition = SASL_OK; /* if we previously thought the in sasl_setpass()
331 return SASL_OK;
345 if (_sasl_getcallback(NULL, SASL_CB_GETOPT, &getopt, &context) == SASL_OK)
411 return SASL_OK;
416 if (result != SASL_OK)
432 if (result != SASL_OK) {
438 if ((result != SASL_OK) && (result != SASL_NOUSER)) {
498 if(_sasl_strdup(plugname, &mech->plugname, NULL) != SASL_OK) {
512 mech->condition = SASL_OK;
525 return (nplug == 0) ? SASL_NOMECH : SASL_OK;
527 return SASL_OK;
620 return SASL_OK;
677 if (result!=SASL_OK) goto done;
739 if (result==SASL_OK)
767 if (result!=SASL_OK) goto done;
806 if (result==SASL_OK)
821 if (callbacks == NULL) return SASL_OK;
829 return SASL_OK;
877 r = SASL_OK;
1022 return SASL_OK;
1026 if (ret != SASL_OK) {
1036 return SASL_OK;
1040 if (ret != SASL_OK)
1047 if (ret != SASL_OK) {
1070 if (ret != SASL_OK) {
1076 if (ret != SASL_OK)
1093 if (ret != SASL_OK) {
1104 if ((ret != SASL_OK) && (ret != SASL_CONTINUE)) {
1109 if ((ret != SASL_OK) && (ret != SASL_CONTINUE)) {
1128 == SASL_OK) {
1143 if (ret != SASL_OK) {
1148 if (ret == SASL_OK) {
1164 if (ret == SASL_OK)
1166 if (ret == SASL_OK) {
1174 if (ret == SASL_OK) {
1202 int result = SASL_OK;
1212 if (_sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK)
1321 if (result != SASL_OK)
1382 if(_sasl_getcallback(*pconn, SASL_CB_GETOPT, &getopt, &context) == SASL_OK) {
1393 if(result == SASL_OK) return SASL_OK;
1441 == SASL_OK) {
1518 s_conn->sparams, (void **)&context) != SASL_OK ) {
1640 &authproc, &auth_context) != SASL_OK) {
1698 if (result != SASL_OK)
1765 if (result == SASL_OK) {
1770 if (result == SASL_OK) {
1775 if (result == SASL_OK) {
1785 if (result == SASL_OK) {
1795 if (result == SASL_OK) {
1799 m->condition = SASL_OK;
1802 if (result != SASL_OK) {
1847 result = SASL_OK;
1850 if (result == SASL_OK) {
1885 if( result != SASL_OK
1941 return SASL_OK;
1961 if (ret == SASL_OK) {
1965 if (ret == SASL_OK) {
1994 if( ret != SASL_OK
2096 if(ret != SASL_OK) MEMERROR(conn);
2135 return SASL_OK;
2209 if(result == SASL_OK && checkpass_cb) {
2212 if(result == SASL_OK)
2213 return SASL_OK;
2218 == SASL_OK) {
2227 while (*mech && result != SASL_OK) {
2235 if (result != SASL_OK) {
2247 if (result != SASL_OK)
2293 if (!user && !conn) return SASL_OK;
2315 return SASL_OK;
2321 return SASL_OK;
2334 if(result != SASL_OK) RETURN(conn, result);
2341 if (result == SASL_OK) {
2346 if (result == SASL_OK)
2394 == SASL_OK) {
2403 while (*mech && result != SASL_OK) {
2410 if (result != SASL_OK) {
2420 result = SASL_OK;
2483 return SASL_OK;
2513 if(result != SASL_OK)
2525 if(result != SASL_OK) RETURN(conn, result);
2532 if(result != SASL_OK) {