Lines Matching refs:SASL_OK
93 return SASL_OK; in plain_server_mech_new()
184 if (result != SASL_OK) { in plain_server_mech_step()
196 if (result != SASL_OK) { in plain_server_mech_step()
212 if (result != SASL_OK) return result; in plain_server_mech_step()
229 return SASL_OK; in plain_server_mech_step()
268 return SASL_OK; in plain_server_plug_init()
298 return SASL_OK; in plain_client_mech_new()
314 int user_result = SASL_OK; in plain_client_mech_step()
315 int auth_result = SASL_OK; in plain_client_mech_step()
316 int pass_result = SASL_OK; in plain_client_mech_step()
338 if ((auth_result != SASL_OK) && (auth_result != SASL_INTERACT)) in plain_client_mech_step()
346 if ((user_result != SASL_OK) && (user_result != SASL_INTERACT)) in plain_client_mech_step()
355 if ((pass_result != SASL_OK) && (pass_result != SASL_INTERACT)) in plain_client_mech_step()
401 if (result != SASL_OK) goto cleanup; in plain_client_mech_step()
418 if (result != SASL_OK) goto cleanup; in plain_client_mech_step()
423 if (result != SASL_OK) goto cleanup; in plain_client_mech_step()
433 if (result != SASL_OK) goto cleanup; in plain_client_mech_step()
453 result = SASL_OK; in plain_client_mech_step()
512 return SASL_OK; in plain_client_plug_init()