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/
H A 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()
H A Dpollfd.c507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd() function
H A 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()
H A Dprivate-lib-core-net.h1083 lws_change_pollfd(struct lws *wsi, int _and, int _or);
/third_party/libwebsockets/lib/roles/raw-skt/
H A 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/tls/
H A Dtls-server.c183 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in lws_server_socket_service_ssl()
184 lwsl_err("%s: lws_change_pollfd failed\n", __func__); in lws_server_socket_service_ssl()
305 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in lws_server_socket_service_ssl()
H A Dtls-network.c217 lws_change_pollfd(wsi, on ? LWS_POLLIN : 0, in lws_gate_accepts()
/third_party/libwebsockets/lib/roles/h1/
H A 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/
H A 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/raw-file/
H A Dops-raw-file.c34 if (lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/roles/mqtt/client/
H A 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/core-net/client/
H A Dconnect3.c226 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT)) in lws_client_connect_check()
533 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) {
716 if (lws_change_pollfd(wsi, 0, LWS_POLLOUT))
H A Dconnect4.c230 if (lws_change_pollfd(wsi, 0, LWS_POLLIN)) in lws_client_connect_4_established()
/third_party/libwebsockets/lib/roles/cgi/
H A Dops-cgi.c44 lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_cgi()
/third_party/libwebsockets/lib/roles/raw-proxy/
H A Dops-raw-proxy.c70 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/tls/mbedtls/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dops-mqtt.c60 lws_change_pollfd(wsi, LWS_POLLOUT, 0)) { in rops_handle_POLLIN_mqtt()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c272 if (lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_h2()

Completed in 20 milliseconds