Searched defs:defhost (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c52 prldap_init( const char *defhost, int defport, int shared ) argument
56 if (( ld = ldap_init( defhost, defport )) != NULL ) {
/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c184 * "defhost" may be a space-separated list of hosts or IP addresses
191 ldap_init(char *defhost, int defport) argument
225 if ((defhost != NULL) && (*defhost != NULL) &&
226 (ld->ld_defhost = strdup(defhost)) == NULL) {
411 ldap_ssl_init(char *defhost, int defport, char *keyname) argument
420 ld = ldap_init(defhost, defport);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c451 * "defhost" may be a space-separated list of hosts or IP addresses
459 ldap_init( const char *defhost, int defport ) argument
510 ( defhost != NULL &&
511 ( ld->ld_defhost = nsldapi_strdup( defhost )) == NULL ) ||
H A Dmemcache.c591 char *tmp, *defhost, *binddn, *keystr, *tmpbase; local
610 defhost = NSLDAPI_STR_NONNULL(ld->ld_defhost);
622 NSLDAPI_SAFE_STRLEN(filter) + NSLDAPI_SAFE_STRLEN(defhost) +
649 if (defhost != emptyStr)
650 NSLDAPI_FREE(defhost);
656 NSLDAPI_STR_NONNULL(defhost), NSLDAPI_STR_NONNULL(filter),
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c198 ldapssl_init( const char *defhost, int defport, int defsecure ) argument
209 if (( ld = ldap_init( defhost, defport )) == NULL ) {

Completed in 32 milliseconds