Searched refs:LWS_POLLHUP (Results 1 – 13 of 13) sorted by relevance
347 #define LWS_POLLHUP (FD_CLOSE) macro467 #define LWS_POLLHUP (0x18) macro476 #define LWS_POLLHUP (POLLHUP | POLLERR) macro
198 pfd->revents |= LWS_POLLHUP; in _lws_plat_service_tsi()207 if (pfd->revents & LWS_POLLHUP) in _lws_plat_service_tsi()
175 int n = LWS_POLLIN | LWS_POLLHUP | FD_CONNECT; in lws_plat_insert_socket_into_fds()218 long e = LWS_POLLHUP | FD_CONNECT; in lws_plat_change_pollfd()
52 if (pollfd->revents & LWS_POLLHUP) in rops_handle_POLLIN_raw_file()
110 eventfd.revents |= LWS_POLLHUP; in lws_glib_dispatch()112 eventfd.revents |= LWS_POLLHUP; in lws_glib_dispatch()
165 pt->fds[m].revents |= LWS_POLLHUP; in _lws_plat_service_tsi()
657 (pollfd->revents & LWS_POLLHUP)) { in lws_service_fd_tsi()671 (pollfd->revents & LWS_POLLHUP)) { in lws_service_fd_tsi()
262 if (pollfd->revents & LWS_POLLHUP) { in lws_socks5c_handle_state()
145 _or |= LWS_POLLHUP; in _lws_change_pollfd()
160 if (pollfd->revents & LWS_POLLHUP) { in lws_client_socket_service()387 if ((pollfd->revents & (LWS_POLLIN | LWS_POLLHUP)) == in lws_client_socket_service()388 LWS_POLLHUP) { in lws_client_socket_service()
108 eventfd.events |= LWS_POLLHUP; in lws_io_cb()109 eventfd.revents |= LWS_POLLHUP; in lws_io_cb()
445 if (pollfd->revents & (LWS_POLLHUP)) in rops_handle_POLLIN_dbus()
423 - use LWS_POLLHUP / LWS_POLLIN / LWS_POLLOUT from libwebsockets.h to avoid