Lines Matching refs:revents
536 pfd.revents = LWS_POLLIN; in lws_service_do_ripe_rxflow()
615 pt->fds[wsi->position_in_fds_table].revents = (short)( in lws_service_flag_pending()
616 pt->fds[wsi->position_in_fds_table].revents | in lws_service_flag_pending()
619 if (pt->fds[wsi->position_in_fds_table].revents & in lws_service_flag_pending()
690 if ((pollfd->revents & LWS_POLLHUP) == LWS_POLLHUP) { in lws_service_fd_tsi()
693 if (!(pollfd->revents & pollfd->events & LWS_POLLIN)) { in lws_service_fd_tsi()
720 if (pollfd->revents & LWS_POLLOUT) in lws_service_fd_tsi()
740 if ((pollfd->revents & LWS_POLLOUT) == LWS_POLLOUT && in lws_service_fd_tsi()
750 pollfd->revents &= ~(LWS_POLLOUT); in lws_service_fd_tsi()
751 pollfd->revents |= LWS_POLLIN; in lws_service_fd_tsi()
804 pollfd->revents = 0; in lws_service_fd_tsi()