Home
last modified time | relevance | path

Searched refs:host_service (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c45 static char *host_service = NULL; variable
264 if (host_service != NULL) in prldap_x_install_dns_skipdb()
265 free(host_service); in prldap_x_install_dns_skipdb()
266 host_service = name_list; in prldap_x_install_dns_skipdb()
293 p->default_config = host_service == NULL ? no_service : host_service; in prldap_initf_hosts()
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c94 static char *host_service = NULL; variable
1104 p->default_config = host_service == NULL ? no_service : host_service; in _nss_initf_ipnodes()
1114 p->default_config = host_service == NULL ? no_service : host_service; in _nss_initf_hosts()
1304 if (host_service != NULL) in ldapssl_install_gethostbyaddr()
1305 free(host_service); in ldapssl_install_gethostbyaddr()
1306 host_service = name_list; in ldapssl_install_gethostbyaddr()