Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c145 #if defined(USE_WIN32_LDAP) && defined(ldap_err2string)
147 #undef ldap_err2string
148 #define ldap_err2string ldap_err2stringA macro
340 failf(data, "Bad LDAP URL: %s", ldap_err2string(rc)); in ldap_do()
384 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in ldap_do()
407 ldap_err2string(rc)); in ldap_do()
418 ldap_err2string(rc)); in ldap_do()
447 ldap_err2string(rc)); in ldap_do()
459 ldap_err2string(rc)); in ldap_do()
474 ldap_err2string(rc)); in ldap_do()
[all …]
Dopenldap.c565 hosturl, ldap_err2string(rc)); in oldap_connect()
685 failf(data, "LDAP local: sasl ldap_parse_result %s", ldap_err2string(rc)); in oldap_state_sasl_resp()
715 ldap_err2string(rc)); in oldap_state_bind_resp()
749 ldap_err2string(rc)); in oldap_connecting()
912 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc)); in oldap_do()
1000 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc)); in oldap_recv()
1018 ldap_err2string(rc)); in oldap_recv()
1034 failf(data, "LDAP remote: search failed %s %s", ldap_err2string(code), in oldap_recv()
Dsetup-os400.h112 #define ldap_err2string Curl_ldap_err2string_a macro
/external/curl/packages/OS400/
Dos400sys.c674 ldap_err2string(LDAP_NO_MEMORY)); in Curl_ldap_get_values_len_a()
694 return set_thread_string(LK_LDAP_ERROR, ldap_err2string(error)); in Curl_ldap_err2string_a()