Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_getsock.c22 int numsocks) /* size of the 'socks' array */ in ares_getsock() argument
41 if(sockindex >= numsocks || sockindex >= ARES_GETSOCK_MAXNUM) in ares_getsock()
53 if(sockindex >= numsocks || sockindex >= ARES_GETSOCK_MAXNUM) in ares_getsock()
/third_party/cares/include/
Dares.h464 int numsocks);
/third_party/node/deps/cares/include/
Dares.h474 int numsocks);
/third_party/curl/lib/
Dmulti.c2941 for(j = 0; j< data->numsocks; j++) {
3009 for(i = 0; i< data->numsocks; i++) {
3059 data->numsocks = num;
Durldata.h1977 int numsocks; member