Searched refs:ARES_GETSOCK_WRITABLE (Results 1 – 2 of 2) sorted by relevance
60 bitmap |= ARES_GETSOCK_WRITABLE(setbits, sockindex); in ares_getsock()
212 #define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \ macro