Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c436 __nis_ldap_conn_t *ldapCon = 0; variable
873 if (ldapCon == 0) { in findCon()
885 for (lc = ldapCon; lc != 0; lc = lc->next) { in findCon()
1022 if (ldapCon != 0) { in setupConList()
1058 if (ldapCon == 0) { in setupConList()
1059 ldapCon = lc; in setupConList()
1062 for (tmp = ldapCon; tmp->next != 0; in setupConList()
1166 lc = find_connection_from_list(ldapCon, ludpp, stat); in findReferralCon()
1244 if (ldapCon == 0) { in findYPCon()
1256 for (lc = ldapCon; lc != 0; lc = lc->next) { in findYPCon()