Home
last modified time | relevance | path

Searched refs:ld_defhost (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c326 if (NULL != ld->ld_defhost) { in ldap_set_option()
327 NSLDAPI_FREE(ld->ld_defhost); in ldap_set_option()
329 ld->ld_defhost = nsldapi_strdup((char *)optdata); in ldap_set_option()
H A Dopen.c509 ( ld->ld_defhost = nsldapi_strdup( defhost )) == NULL ) || in ldap_init()
593 NULL || ( ld->ld_defhost != NULL && ( srv->lsrv_host = in nsldapi_open_ldap_defconn()
594 nsldapi_strdup( ld->ld_defhost )) == NULL )) { in nsldapi_open_ldap_defconn()
608 if ( ld->ld_defhost != NULL ) { in nsldapi_open_ldap_defconn()
H A Dunbind.c151 if ( ld->ld_defhost != NULL ) in ldap_ld_free()
152 NSLDAPI_FREE( ld->ld_defhost ); in ldap_ld_free()
H A Dgetoption.c265 *((char **) optdata) = nsldapi_strdup( ld->ld_defhost ); in ldap_get_option()
H A Durl.c432 host = ld->ld_defhost; in ldap_url_search()
H A Dldap-int.h298 char *ld_defhost; /* full name of default server */ member
H A Dsasl.c585 host = ld->ld_defhost; in nsldapi_sasl_open()
H A Drequest.c996 if (ludp->lud_host == NULL && ld->ld_defhost == NULL) { in chase_one_referral()
H A Dmemcache.c609 defhost = NSLDAPI_STR_NONNULL(ld->ld_defhost); in ldap_memcache_createkey()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1346 char *ld_defhost = NULL; in __s_api_addRefInfo() local
1399 &ld_defhost); in __s_api_addRefInfo()
1400 if (ld_defhost == NULL) { in __s_api_addRefInfo()
1411 ref->refHost = strdup(ld_defhost); in __s_api_addRefInfo()