/third_party/libwebsockets/lib/core-net/ |
D | service.c | 134 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in lws_handle_POLLOUT_event() 168 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in lws_handle_POLLOUT_event() 183 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) { in lws_handle_POLLOUT_event() 224 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) in lws_handle_POLLOUT_event()
|
D | wsi.c | 1544 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) in lws_wsi_mux_action_pending_writeable_reqs() 1551 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) in lws_wsi_mux_action_pending_writeable_reqs()
|
D | pollfd.c | 507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd() function
|
D | private-lib-core-net.h | 1083 lws_change_pollfd(struct lws *wsi, int _and, int _or);
|
/third_party/libwebsockets/lib/tls/ |
D | tls-server.c | 183 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in lws_server_socket_service_ssl() 305 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in lws_server_socket_service_ssl()
|
D | tls-network.c | 217 lws_change_pollfd(wsi, on ? LWS_POLLIN : 0, in lws_gate_accepts()
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 184 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) 252 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0))
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect3.c | 124 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) in lws_client_connect_check() 430 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { 613 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT))
|
D | connect4.c | 230 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) in lws_client_connect_4_established()
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 399 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in lws_h1_server_socket_service() 495 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in lws_h1_server_socket_service() 507 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in lws_h1_server_socket_service() 672 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_h1()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-spawn.c | 433 if (lws_change_pollfd(lsp->stdwsi[LWS_STDIN], LWS_POLLIN, LWS_POLLOUT)) in lws_spawn_piped() 435 if (lws_change_pollfd(lsp->stdwsi[LWS_STDOUT], LWS_POLLOUT, LWS_POLLIN)) in lws_spawn_piped() 437 if (lws_change_pollfd(lsp->stdwsi[LWS_STDERR], LWS_POLLOUT, LWS_POLLIN)) in lws_spawn_piped()
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
D | client-mqtt.c | 295 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) in lws_mqtt_client_socket_service() 301 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) in lws_mqtt_client_socket_service()
|
/third_party/libwebsockets/lib/roles/raw-file/ |
D | ops-raw-file.c | 34 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_raw_file()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | ops-cgi.c | 44 lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_cgi()
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 70 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_raw_proxy()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-server.c | 329 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in lws_tls_server_accept() 341 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) { in lws_tls_server_accept()
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 166 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) in lws_http_client_socket_service() 379 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) in lws_http_client_socket_service() 1356 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) in lws_http_client_read()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-mqtt.c | 137 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in secstream_mqtt_subscribe() 416 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in secstream_mqtt_shadow_unsubscribe() 470 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in secstream_mqtt_shadow_subscribe()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 752 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { 764 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) {
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | ops-mqtt.c | 60 lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_mqtt()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 272 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_h2()
|