Home
last modified time | relevance | path

Searched refs:LWS_POLLHUP (Results 1 – 12 of 12) sorted by relevance

/third_party/libwebsockets/include/
Dlibwebsockets.h399 #define LWS_POLLHUP (POLLHUP) macro
512 #define LWS_POLLHUP (0x18) macro
521 #define LWS_POLLHUP (POLLHUP | POLLERR) macro
/third_party/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c52 if (pollfd->revents & LWS_POLLHUP) in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c128 eventfd.revents |= LWS_POLLHUP; in lws_glib_dispatch()
130 eventfd.revents |= LWS_POLLHUP; in lws_glib_dispatch()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-service.c168 pt->fds[m].revents |= LWS_POLLHUP; in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core-net/
Dservice.c690 if ((pollfd->revents & LWS_POLLHUP) == LWS_POLLHUP) { in lws_service_fd_tsi()
Dsocks5-client.c265 if (pollfd->revents & LWS_POLLHUP) { in lws_socks5c_handle_state()
Dpollfd.c145 _or |= LWS_POLLHUP; in _lws_change_pollfd()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c637 if (pollfd->revents & LWS_POLLHUP && in rops_handle_POLLIN_h1()
704 (pollfd->revents & LWS_POLLHUP)) in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c131 eventfd.events |= LWS_POLLHUP; in lws_io_cb()
132 eventfd.revents |= LWS_POLLHUP; in lws_io_cb()
/third_party/libwebsockets/lib/roles/http/client/
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/
Ddbus.c490 if (pollfd->revents & (LWS_POLLHUP)) in rops_handle_POLLIN_dbus()
/third_party/libwebsockets/READMEs/
DREADME.coding.md387 - use LWS_POLLHUP / LWS_POLLIN / LWS_POLLOUT from libwebsockets.h to avoid