Searched refs:ARES_GETSOCK_WRITABLE (Results 1 – 5 of 5) sorted by relevance
60 bitmap |= ARES_GETSOCK_WRITABLE(setbits, sockindex); in ares_getsock()
384 ARES_GETSOCK_WRITABLE(socks_bitmask, i)) { in grpc_ares_notify_on_event_locked()416 if (ARES_GETSOCK_WRITABLE(socks_bitmask, i) && in grpc_ares_notify_on_event_locked()
420 ARES_GETSOCK_WRITABLE(socks_bitmask, i)) { in grpc_ares_notify_on_event_locked()452 if (ARES_GETSOCK_WRITABLE(socks_bitmask, i) && in grpc_ares_notify_on_event_locked()
212 #define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \ macro
309 if(ARES_GETSOCK_WRITABLE(bitmask, i)) { in waitperform()