Home
last modified time | relevance | path

Searched refs:__lws_change_pollfd (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c326 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown()
334 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown()
339 __lws_change_pollfd(wsi, 0, LWS_POLLOUT); in __lws_tls_shutdown()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c552 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown()
560 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown()
565 __lws_change_pollfd(wsi, 0, LWS_POLLOUT); in __lws_tls_shutdown()
/third_party/libwebsockets/lib/core-net/
Dpollfd.c473 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd() function
515 ret = __lws_change_pollfd(wsi, _and, _or); in lws_change_pollfd()
546 if (__lws_change_pollfd(w, 0, LWS_POLLOUT)) in lws_callback_on_writable()
Dwsi.c547 if (__lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in __lws_rx_flow_control()
552 if (__lws_change_pollfd(wsi, LWS_POLLIN, 0)) in __lws_rx_flow_control()
1089 __lws_change_pollfd(wsi, LWS_POLLOUT | LWS_POLLIN, 0); in _lws_generic_transaction_completed_active_conn()
Dclose.c689 __lws_change_pollfd(wsi, LWS_POLLOUT, LWS_POLLIN); in __lws_close_free_wsi()
Dprivate-lib-core-net.h1167 __lws_change_pollfd(struct lws *wsi, int _and, int _or);
/third_party/libwebsockets/lib/roles/dbus/
Ddbus.c194 __lws_change_pollfd(wsi, 0, (int)lws_flags); in lws_dbus_add_watch()
265 __lws_change_pollfd(wsi, (int)lws_flags, 0); in lws_dbus_remove_watch()
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c185 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/roles/ws/
Dclient-parser-ws.c430 __lws_change_pollfd(wsi, LWS_POLLIN, 0); in lws_ws_client_rx_sm()
Dops-ws.c1034 if (__lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_ws()