Lines Matching refs:events
1265 pfd[0].events = POLLOUT;
1306 WSANETWORKEVENTS events;
1351 /* Tell winsock what events we want to listen to */
1378 /* Keep on listening and act on events */
1455 events.lNetworkEvents = 0;
1456 if(WSAEnumNetworkEvents(sockfd, event_handle, &events) == SOCKET_ERROR) {
1465 if(events.lNetworkEvents & FD_READ) {
1497 if(events.lNetworkEvents & FD_CLOSE) {
1521 pfd[0].events = POLLIN;
1530 pfd[1].events = POLLIN;