Lines Matching refs:Handles
109 afd_poll_info->Handles[0].Handle = (HANDLE) handle->socket;
110 afd_poll_info->Handles[0].Status = 0;
111 afd_poll_info->Handles[0].Events = 0;
114 afd_poll_info->Handles[0].Events |= AFD_POLL_RECEIVE |
118 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT;
122 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL;
168 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_RECEIVE |
171 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) {
175 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND |
182 if (afd_poll_info->Handles[0].Events & AFD_POLL_LOCAL_CLOSE) {
559 afd_poll_info.Handles[0].Handle = (HANDLE) handle->socket;
560 afd_poll_info.Handles[0].Status = 0;
561 afd_poll_info.Handles[0].Events = AFD_POLL_ALL;