Home
last modified time | relevance | path

Searched refs:lws_change_pollfd (Results 1 – 21 of 21) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dservice.c134 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()
Dwsi.c1544 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()
Dpollfd.c507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd() function
Dprivate-lib-core-net.h1083 lws_change_pollfd(struct lws *wsi, int _and, int _or);
/third_party/libwebsockets/lib/tls/
Dtls-server.c183 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()
Dtls-network.c217 lws_change_pollfd(wsi, on ? LWS_POLLIN : 0, in lws_gate_accepts()
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c184 if (lws_change_pollfd(wsi, LWS_POLLIN, 0))
252 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0))
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c124 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))
Dconnect4.c230 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) in lws_client_connect_4_established()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c399 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/
Dunix-spawn.c433 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/
Dclient-mqtt.c295 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/
Dops-raw-file.c34 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/roles/cgi/
Dops-cgi.c44 lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_cgi()
/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c70 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c329 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/
Dclient-http.c166 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/
Dss-mqtt.c137 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/
Dopenssl-server.c752 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) {
764 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) {
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c60 lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_mqtt()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c272 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_h2()