Home
last modified time | relevance | path

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

/curl/lib/
H A Dopenldap.c235 static CURLcode oldap_map_error(int rc, CURLcode result) in oldap_map_error() function
365 result = oldap_map_error(rc, CURLE_LDAP_CANNOT_BIND); in oldap_perform_auth()
388 result = oldap_map_error(rc, CURLE_LDAP_CANNOT_BIND); in oldap_continue_auth()
404 result = oldap_map_error(rc, CURLE_LDAP_CANNOT_BIND); in oldap_cancel_auth()
432 result = oldap_map_error(rc, in oldap_perform_bind()
455 result = oldap_map_error(rc, CURLE_LOGIN_DENIED); in oldap_perform_mechs()
515 result = oldap_map_error(rc, CURLE_USE_SSL_FAILED); in oldap_perform_starttls()
662 result = oldap_map_error(code, CURLE_LOGIN_DENIED); in oldap_state_mechs_resp()
686 result = oldap_map_error(rc, CURLE_LOGIN_DENIED); in oldap_state_sasl_resp()
710 return oldap_map_error(code, CURLE_LDAP_CANNOT_BIND); in oldap_state_bind_resp()
[all …]

Completed in 5 milliseconds