Searched refs:ldap_err2string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/curl/lib/ |
H A D | ldap.c | 145 #if defined(USE_WIN32_LDAP) && defined(ldap_err2string) 147 #undef ldap_err2string 148 #define ldap_err2string ldap_err2stringA macro 343 failf(data, "Bad LDAP URL: %s", ldap_err2string((curl_ldap_num_t)rc)); in ldap_do() 387 failf(data, "LDAP local: ldapssl_client_init %s", ldap_err2string(rc)); in ldap_do() 410 ldap_err2string(rc)); in ldap_do() 421 ldap_err2string(rc)); in ldap_do() 450 ldap_err2string(rc)); in ldap_do() 462 ldap_err2string(rc)); in ldap_do() 477 ldap_err2string(rc)); in ldap_do() [all …]
|
H A D | openldap.c | 551 hosturl, ldap_err2string(rc)); in oldap_connect() 671 failf(data, "LDAP local: sasl ldap_parse_result %s", ldap_err2string(rc)); in oldap_state_sasl_resp() 701 ldap_err2string(rc)); in oldap_state_bind_resp() 735 ldap_err2string(rc)); in oldap_connecting() 898 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc)); in oldap_do() 986 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc)); in oldap_recv() 1004 ldap_err2string(rc)); in oldap_recv() 1020 failf(data, "LDAP remote: search failed %s %s", ldap_err2string(code), in oldap_recv()
|
H A D | setup-os400.h | 123 #define ldap_err2string Curl_ldap_err2string_a macro
|
/aosp_15_r20/external/curl/packages/OS400/ |
H A D | os400sys.c | 674 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()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | winldap.h | 580 #define ldap_err2string ldap_err2stringW macro 582 WINLDAPAPI PCHAR LDAPAPI ldap_err2string(ULONG err);
|