Home
last modified time | relevance | path

Searched refs:ldap_err2string (Results 1 – 6 of 6) 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
297 failf(data, "LDAP local: %s", ldap_err2string(rc)); in Curl_ldap()
341 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in Curl_ldap()
364 ldap_err2string(rc)); in Curl_ldap()
375 ldap_err2string(rc)); in Curl_ldap()
404 ldap_err2string(rc)); in Curl_ldap()
416 ldap_err2string(rc)); in Curl_ldap()
431 ldap_err2string(rc)); in Curl_ldap()
[all …]
Dopenldap.c235 hosturl, ldap_err2string(rc)); in ldap_connect()
312 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc)); in ldap_connecting()
322 failf(data, "LDAP local: bind ldap_parse_result %s", ldap_err2string(rc)); in ldap_connecting()
343 failf(data, "LDAP remote: bind failed %s %s", ldap_err2string(rc), in ldap_connecting()
406 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc)); in ldap_do()
459 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc)); in ldap_recv()
484 ldap_err2string(rc)); in ldap_recv()
488 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()
/external/curl/
DCHANGES1501 We have lots of code that expects ldap_err2string to return char *,
1504 failf(data, "LDAP local: Some error: %s", ldap_err2string(rc));