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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c826 int totalbad = 0; /* Number of servers contacted unsuccessfully */ local
1051 } else if ((totalbad % NUMTOMALLOC) ==
1057 ((totalbad/NUMTOMALLOC) + 2))))) {
1068 !((*badsrvrs)[totalbad++] = strdup(host))) {
1070 totalbad--;
1072 (*badsrvrs)[totalbad] = NULL;

Completed in 19 milliseconds