Searched defs:ldapCon (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c389 int onList; /* True if on the 'ldapCon' list */
407 * List of connections, 'ldapCon', protected by an RW lock.
436 __nis_ldap_conn_t *ldapCon = 0; variable
627 /* Must be unused, unbound, and not on the 'ldapCon' list */
873 if (ldapCon == 0) {
885 for (lc = ldapCon; lc != 0; lc = lc->next) {
1022 if (ldapCon != 0) {
1058 if (ldapCon == 0) {
1059 ldapCon = lc;
1062 for (tmp = ldapCon; tm
[all...]

Completed in 49 milliseconds