Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dpoll.c115 AFD_POLL_DISCONNECT | AFD_POLL_ACCEPT | AFD_POLL_ABORT; in uv__fast_poll_submit_poll_req()
118 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT; in uv__fast_poll_submit_poll_req()
169 AFD_POLL_DISCONNECT | AFD_POLL_ACCEPT | AFD_POLL_ABORT)) != 0) { in uv__fast_poll_process_poll_req()
171 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) { in uv__fast_poll_process_poll_req()
H A Dwinsock.h103 #define AFD_POLL_DISCONNECT (1 << AFD_POLL_DISCONNECT_BIT) macro
/third_party/node/deps/uv/src/win/
H A Dpoll.c113 AFD_POLL_DISCONNECT | AFD_POLL_ACCEPT | AFD_POLL_ABORT; in uv__fast_poll_submit_poll_req()
116 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT; in uv__fast_poll_submit_poll_req()
167 AFD_POLL_DISCONNECT | AFD_POLL_ACCEPT | AFD_POLL_ABORT)) != 0) { in uv__fast_poll_process_poll_req()
169 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) { in uv__fast_poll_process_poll_req()
H A Dwinsock.h103 #define AFD_POLL_DISCONNECT (1 << AFD_POLL_DISCONNECT_BIT) macro
/third_party/node/deps/cares/src/lib/
H A Dares_event_win32.c348 (AFD_POLL_RECEIVE | AFD_POLL_DISCONNECT | AFD_POLL_ACCEPT | in ares_evsys_win32_afd_enqueue()
356 ed->afd_poll_info.Handles[0].Events |= AFD_POLL_DISCONNECT; in ares_evsys_win32_afd_enqueue()
562 (AFD_POLL_RECEIVE | AFD_POLL_DISCONNECT | AFD_POLL_ACCEPT | in ares_evsys_win32_wait()
H A Dares_event_win32.h76 # define AFD_POLL_DISCONNECT 0x0008 macro

Completed in 5 milliseconds