Searched refs:lws_handle_POLLOUT_event (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-service.h | 159 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd);
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 111 if (lws_handle_POLLOUT_event(wsi, pollfd)) { in rops_handle_POLLIN_raw_proxy()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 66 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/ |
D | ops-h2.c | 109 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/ |
D | ops-h1.c | 585 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/ |
D | ops-ws.c | 976 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/ |
D | service.c | 62 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd) in lws_handle_POLLOUT_event() function
|
D | private-lib-core-net.h | 1228 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd);
|