Lines Matching refs:Handles
107 afd_poll_info->Handles[0].Handle = (HANDLE) handle->socket;
108 afd_poll_info->Handles[0].Status = 0;
109 afd_poll_info->Handles[0].Events = 0;
112 afd_poll_info->Handles[0].Events |= AFD_POLL_RECEIVE |
116 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT;
120 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL;
166 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_RECEIVE |
169 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) {
173 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND |
180 if (afd_poll_info->Handles[0].Events & AFD_POLL_LOCAL_CLOSE) {
558 afd_poll_info.Handles[0].Handle = (HANDLE) handle->socket;
559 afd_poll_info.Handles[0].Status = 0;
560 afd_poll_info.Handles[0].Events = AFD_POLL_ALL;