Home
last modified time | relevance | path

Searched refs:lws_handle_POLLOUT_event (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-service.h159 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd);
/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c111 if (lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c66 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_mqtt()
82 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_mqtt()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c109 if (lws_handle_POLLOUT_event(wsi, pollfd)) in rops_handle_POLLIN_h2()
143 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_h2()
159 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_h2()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c585 if (lws_handle_POLLOUT_event(wsi, pollfd)) in rops_handle_POLLIN_h1()
694 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c976 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_ws()
992 lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_ws()
1014 lws_handle_POLLOUT_event(wsi, pollfd); in rops_handle_POLLIN_ws()
/third_party/libwebsockets/lib/core-net/
Dservice.c62 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd) in lws_handle_POLLOUT_event() function
Dprivate-lib-core-net.h1228 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd);