Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dasyn-ares.c327 ares_socket_t socks[ARES_GETSOCK_MAXNUM]; in waitperform()
328 struct pollfd pfd[ARES_GETSOCK_MAXNUM]; in waitperform()
333 ARES_GETSOCK_MAXNUM); in waitperform()
335 for(i = 0; i < ARES_GETSOCK_MAXNUM; i++) { in waitperform()
/third_party/node/deps/cares/src/lib/
H A Dares_getsock.c60 if (sockindex >= (size_t)numsocks || sockindex >= ARES_GETSOCK_MAXNUM) { in ares_getsock()
/third_party/cares/include/
H A Dares.h209 #define ARES_GETSOCK_MAXNUM 16 /* ares_getsock() can return info about this macro
213 (ARES_GETSOCK_MAXNUM))))
/third_party/node/deps/cares/include/
H A Dares.h265 #define ARES_GETSOCK_MAXNUM \ macro
270 (bits & (1 << ((num) + ARES_GETSOCK_MAXNUM)))

Completed in 6 milliseconds