Searched refs:numsocks (Results 1 – 4 of 4) sorted by relevance
22 int numsocks) /* size of the 'socks' array */ in ares_getsock() argument41 if(sockindex >= numsocks || sockindex >= ARES_GETSOCK_MAXNUM) in ares_getsock()53 if(sockindex >= numsocks || sockindex >= ARES_GETSOCK_MAXNUM) in ares_getsock()
444 int numsocks);
2744 for(j = 0; j< data->numsocks; j++) {2803 for(i = 0; i< data->numsocks; i++) {2847 data->numsocks = num;3543 statename[data->mstate], data->numsocks);3544 for(i = 0; i < data->numsocks; i++) {3557 if(data->numsocks)
1882 int numsocks; member