Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c42 static char *host_service = NULL; variable
261 if (host_service != NULL) in prldap_x_install_dns_skipdb()
262 free(host_service); in prldap_x_install_dns_skipdb()
263 host_service = name_list; in prldap_x_install_dns_skipdb()
290 p->default_config = host_service == NULL ? no_service : host_service; in prldap_initf_hosts()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c92 static char *host_service = NULL; variable
1102 p->default_config = host_service == NULL ? no_service : host_service; in _nss_initf_ipnodes()
1112 p->default_config = host_service == NULL ? no_service : host_service; in _nss_initf_hosts()
1302 if (host_service != NULL) in ldapssl_install_gethostbyaddr()
1303 free(host_service); in ldapssl_install_gethostbyaddr()
1304 host_service = name_list; in ldapssl_install_gethostbyaddr()