Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c122 #if defined(USE_WIN32_LDAP) && defined(ldap_err2string)
124 #undef ldap_err2string
125 #define ldap_err2string ldap_err2stringA macro
306 failf(data, "LDAP local: %s", ldap_err2string(rc)); in Curl_ldap()
350 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in Curl_ldap()
373 ldap_err2string(rc)); in Curl_ldap()
384 ldap_err2string(rc)); in Curl_ldap()
413 ldap_err2string(rc)); in Curl_ldap()
425 ldap_err2string(rc)); in Curl_ldap()
440 ldap_err2string(rc)); in Curl_ldap()
[all …]
Dopenldap.c237 hosturl, ldap_err2string(rc)); in ldap_connect()
314 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc)); in ldap_connecting()
324 failf(data, "LDAP local: bind ldap_parse_result %s", ldap_err2string(rc)); in ldap_connecting()
345 failf(data, "LDAP remote: bind failed %s %s", ldap_err2string(rc), in ldap_connecting()
408 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc)); in ldap_do()
461 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc)); in ldap_recv()
486 ldap_err2string(rc)); in ldap_recv()
490 failf(data, "LDAP remote: search failed %s %s", ldap_err2string(rc), in ldap_recv()
Dsetup-os400.h195 #define ldap_err2string Curl_ldap_err2string_a macro
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c840 ldap_err2string(res));
873 ldap_err2string(res));
917 ldap_err2string(res));
1068 ldap_err2string(res));
1101 ldap_err2string(res));
1134 ldap_err2string(res));
/external/curl/packages/OS400/
Dos400sys.c1103 ldap_err2string(LDAP_NO_MEMORY)); in Curl_ldap_get_values_len_a()
1125 return set_thread_string(LK_LDAP_ERROR, ldap_err2string(error)); in Curl_ldap_err2string_a()