Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1123 void (*nss_initf)(); in _switch_gethostbyaddr_r() local
1128 nss_initf = _nss_initf_hosts; in _switch_gethostbyaddr_r()
1132 nss_initf = _nss_initf_ipnodes; in _switch_gethostbyaddr_r()
1145 res = nss_search(nss_db_root, nss_initf, in _switch_gethostbyaddr_r()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c417 void (*nss_initf)(); in _filter_gethostbyaddr_r() local
424 nss_initf = _initf_hosts; in _filter_gethostbyaddr_r()
430 nss_initf = _initf_ipnodes; in _filter_gethostbyaddr_r()
446 res = nss_search(nss_db_root, nss_initf, dbop, &arg); in _filter_gethostbyaddr_r()