Searched defs:defhost (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-public.c | 52 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 D | open.c | 184 * "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 D | open.c | 451 * "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 D | memcache.c | 591 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 D | ldapsinit.c | 198 ldapssl_init( const char *defhost, int defport, int defsecure ) argument 209 if (( ld = ldap_init( defhost, defport )) == NULL ) {
|
Completed in 1097 milliseconds