Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c698 int totalbad = 0; /* Number of servers contacted unsuccessfully */ in makeConnection() local
898 } else if ((totalbad % NUMTOMALLOC) == in makeConnection()
904 ((totalbad/NUMTOMALLOC) + 2))))) { in makeConnection()
915 !((*badsrvrs)[totalbad++] = strdup(host))) { in makeConnection()
917 totalbad--; in makeConnection()
919 (*badsrvrs)[totalbad] = NULL; in makeConnection()