Searched refs:LDAP_SASL_BIND_IN_PROGRESS (Results 1 – 8 of 8) sorted by relevance
110 case LDAP_SASL_BIND_IN_PROGRESS: in translate_ldap_error()
139 while (st == LDAP_SASL_BIND_IN_PROGRESS) {
84 != LDAP_SASL_BIND_IN_PROGRESS){ in ldap_sasl_cram_md5_bind_s()
685 if (errnum == LDAP_SASL_BIND_IN_PROGRESS) { in ldap_x_sasl_digest_md5_bind_s()760 if (err != LDAP_SASL_BIND_IN_PROGRESS) in sasl_digest_md5_bind_2()819 if (rc != LDAP_SASL_BIND_IN_PROGRESS) { in ldap_x_sasl_digest_md5_bind()
203 if (err != LDAP_SUCCESS && err != LDAP_SASL_BIND_IN_PROGRESS) { in ldap_sasl_bind_s()
49 { LDAP_SASL_BIND_IN_PROGRESS, 0 },120 { LDAP_SASL_BIND_IN_PROGRESS, "SASL bind in progress" },
748 if ( rc != LDAP_SUCCESS && rc != LDAP_SASL_BIND_IN_PROGRESS ) { in nsldapi_sasl_do_bind()802 } while ( rc == LDAP_SASL_BIND_IN_PROGRESS ); in nsldapi_sasl_do_bind()
264 #define LDAP_SASL_BIND_IN_PROGRESS 0x0e /* 14 - LDAPv3 */ macro