HomeSort by relevance Sort by last modified time
    Searched refs:ldap_simple_bind_s (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
setup-os400.h 192 #define ldap_simple_bind_s Curl_ldap_simple_bind_s_a macro
ldap.c 407 rc = ldap_simple_bind_s(server, user, passwd);
411 rc = ldap_simple_bind_s(server, user, passwd);
414 failf(data, "LDAP local: ldap_simple_bind_s %s", ldap_err2string(rc));
  /external/curl/packages/OS400/
os400sys.c 979 i = ldap_simple_bind_s(ld, edn, epasswd);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 352 #define ldap_simple_bind_s ldap_simple_bind_sW macro
362 WINLDAPAPI ULONG LDAPAPI ldap_simple_bind_s(LDAP *ld,const PCHAR dn,const PCHAR passwd);
    [all...]

Completed in 3593 milliseconds