Home
last modified time | relevance | path

Searched refs:LWS_POLLHUP (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/include/
H A Dlibwebsockets.h402 #define LWS_POLLHUP (POLLHUP) macro
515 #define LWS_POLLHUP (0x18) macro
524 #define LWS_POLLHUP (POLLHUP | POLLERR) macro
/third_party/libwebsockets/lib/roles/raw-file/
H A Dops-raw-file.c52 if (pollfd->revents & LWS_POLLHUP) in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-service.c168 pt->fds[m].revents |= LWS_POLLHUP; in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core-net/
H A Dservice.c690 if ((pollfd->revents & LWS_POLLHUP) == LWS_POLLHUP) { in lws_service_fd_tsi()
H A Dsocks5-client.c265 if (pollfd->revents & LWS_POLLHUP) { in lws_socks5c_handle_state()
H A Dpollfd.c145 _or |= LWS_POLLHUP; in _lws_change_pollfd()
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c128 eventfd.revents |= LWS_POLLHUP; in lws_glib_dispatch()
130 eventfd.revents |= LWS_POLLHUP; in lws_glib_dispatch()
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c125 * we treat all errors as LWS_POLLHUP in lws_io_cb()
132 eventfd.events |= LWS_POLLHUP; in lws_io_cb()
133 eventfd.revents |= LWS_POLLHUP; in lws_io_cb()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c639 if (pollfd->revents & LWS_POLLHUP && in rops_handle_POLLIN_h1()
706 (pollfd->revents & LWS_POLLHUP)) in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c101 if (pollfd->revents & LWS_POLLHUP) { in lws_http_client_socket_service()
365 if ((pollfd->revents & (LWS_POLLIN | LWS_POLLHUP)) == in lws_http_client_socket_service()
366 LWS_POLLHUP) { in lws_http_client_socket_service()
/third_party/libwebsockets/lib/roles/dbus/
H A Ddbus.c490 if (pollfd->revents & (LWS_POLLHUP)) in rops_handle_POLLIN_dbus()

Completed in 9 milliseconds