Home
last modified time | relevance | path

Searched refs:ARES_GETSOCK_WRITABLE (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_getsock.c60 bitmap |= ARES_GETSOCK_WRITABLE(setbits, sockindex); in ares_getsock()
/third_party/node/deps/cares/include/
Dares.h212 #define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \ macro