Searched refs:ldap_err2string (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | ldap.c | 291 failf(data, "LDAP local: %s", ldap_err2string(rc)); in Curl_ldap() 335 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in Curl_ldap() 358 ldap_err2string(rc)); in Curl_ldap() 369 ldap_err2string(rc)); in Curl_ldap() 398 ldap_err2string(rc)); in Curl_ldap() 410 ldap_err2string(rc)); in Curl_ldap() 425 ldap_err2string(rc)); in Curl_ldap() 479 ldap_err2string(rc)); in Curl_ldap() 482 ldap_err2string(rc)); in Curl_ldap() 492 failf(data, "LDAP remote: %s", ldap_err2string(rc)); in Curl_ldap()
|
D | openldap.c | 238 hosturl, ldap_err2string(rc)); in ldap_connect() 315 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc)); in ldap_connecting() 325 failf(data, "LDAP local: bind ldap_parse_result %s", ldap_err2string(rc)); in ldap_connecting() 346 failf(data, "LDAP remote: bind failed %s %s", ldap_err2string(rc), in ldap_connecting() 409 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc)); in ldap_do() 462 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc)); in ldap_recv() 487 ldap_err2string(rc)); in ldap_recv() 491 failf(data, "LDAP remote: search failed %s %s", ldap_err2string(rc), in ldap_recv()
|
D | setup-os400.h | 195 #define ldap_err2string Curl_ldap_err2string_a macro
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_xauth.c | 840 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/ |
D | os400sys.c | 1111 ldap_err2string(LDAP_NO_MEMORY)); in Curl_ldap_get_values_len_a() 1133 return set_thread_string(LK_LDAP_ERROR, ldap_err2string(error)); in Curl_ldap_err2string_a()
|