Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c1155 int svridx = -1; in check_and_close_conn() local
1195 svridx = j; in check_and_close_conn()
1207 if ((upidx == -1 && svridx == -1) || in check_and_close_conn()
1208 (upidx != -1 && svridx != -1 && upidx == svridx)) { in check_and_close_conn()
1226 if (upidx != -1 && (svridx == -1 || upidx < svridx)) { /* case 1 & 3 */ in check_and_close_conn()