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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.h63 extern char *ldaphost;
H A Dcommon.c74 char *ldaphost = NULL; variable
727 if( ldaphost != NULL ) {
731 ldaphost = ber_strdup( optarg );
1089 if( ldapport && ( ldaphost == NULL )) {
1094 if( ldaphost != NULL ) {
1174 if( ( ldaphost != NULL || ldapport ) && ( ldapuri == NULL ) ) {
1180 url.lud_host = ldaphost;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c3222 LDAP *slapi_ldap_init( char *ldaphost, int ldapport, int secure, int shared ) argument
3233 size += strlen( ldaphost );
3241 rc = snprintf( url, size, "ldap%s://%s:%d/", ( secure ? "s" : "" ), ldaphost, ldapport );
3243 rc = snprintf( url, size, "ldap%s://%s/", ( secure ? "s" : "" ), ldaphost );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h252 LDAP *slapi_ldap_init( char *ldaphost, int ldapport, int secure, int shared );

Completed in 196 milliseconds