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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 131 typedef struct ldap { struct
153 } LDAP,*PLDAP;
245 WINLDAPAPI LDAP *LDAPAPI ldap_openW(const PWCHAR HostName,ULONG PortNumber);
246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber);
247 WINLDAPAPI LDAP *LDAPAPI ldap_initW(const PWCHAR HostName,ULONG PortNumber);
248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber);
249 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitW(PWCHAR HostName,ULONG PortNumber,int secure);
250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure);
251 WINLDAPAPI ULONG LDAPAPI ldap_connect(LDAP *ld,struct l_timeval *timeout);
258 WINLDAPAPI LDAP *LDAPAPI ldap_open(PCHAR HostName,ULONG PortNumber)
    [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 18 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL),
28 # rfc4518 : LDAP Internationalized String Preparation
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 57 "--ldap" => \$writeLDAPMap,
360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
661 --ldap Generate data for LDAP map table
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 57 "--ldap" => \$writeLDAPMap,
360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
661 --ldap Generate data for LDAP map table
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 114 #include "ldap.h"
800 LDAP *ld = NULL;
820 tmplen = strlen("ldap://:") + 17;
825 "unable to alloc ldap init url\n");
828 sprintf(init,"ldap://%s:%d",
832 /* initialize the ldap handle */
846 * attempt to bind to the ldap server.
874 /* build an ldap user search filter */
882 "unable to alloc ldap search filter buffer\n");
895 "unable to alloc ldap attrib list buffer\n")
    [all...]

Completed in 907 milliseconds