Home
last modified time | relevance | path

Searched refs:AFD_POLL_SEND (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_event_win32.h75 # define AFD_POLL_SEND 0x0004 macro
H A Dares_event_win32.c353 (AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL); in ares_evsys_win32_afd_enqueue()
567 (AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL)) { in ares_evsys_win32_wait()
/third_party/libuv/src/win/
H A Dwinsock.h101 #define AFD_POLL_SEND (1 << AFD_POLL_SEND_BIT) macro
H A Dpoll.c122 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL; in uv__fast_poll_submit_poll_req()
175 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND | in uv__fast_poll_process_poll_req()
/third_party/node/deps/uv/src/win/
H A Dwinsock.h101 #define AFD_POLL_SEND (1 << AFD_POLL_SEND_BIT) macro
H A Dpoll.c120 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL; in uv__fast_poll_submit_poll_req()
173 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND | in uv__fast_poll_process_poll_req()

Completed in 8 milliseconds