Searched refs:numsocks (Results 1 – 5 of 5) 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()
464 int numsocks);
474 int numsocks);
2941 for(j = 0; j< data->numsocks; j++) {3009 for(i = 0; i< data->numsocks; i++) {3059 data->numsocks = num;
1977 int numsocks; member