Searched refs:cldap_open (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dllib-lldap257 LDAP *cldap_open( char *host, int port );
H A Dcldap.c76 * cldap_open - initialize and connect to an ldap server. A magic cookie to
81 * ld = cldap_open( hostname, port );
85 cldap_open( char *host, int port ) function
211 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 114, "end of cldap_open address %1$d is %2$s\n"),
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h837 extern LDAP *cldap_open();
1187 LDAP *cldap_open(char *host, int port);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c358 printf( "%s( %s, %d )\n", cldapflg ? "cldap_open" : "ldap_init",
363 ld = cldap_open( host, port );

Completed in 781 milliseconds