Searched refs:__lws_change_pollfd (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 326 __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/ |
D | openssl-ssl.c | 552 __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/ |
D | pollfd.c | 473 __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()
|
D | wsi.c | 547 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()
|
D | close.c | 689 __lws_change_pollfd(wsi, LWS_POLLOUT, LWS_POLLIN); in __lws_close_free_wsi()
|
D | private-lib-core-net.h | 1167 __lws_change_pollfd(struct lws *wsi, int _and, int _or);
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 194 __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/ |
D | unix-service.c | 185 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | client-parser-ws.c | 430 __lws_change_pollfd(wsi, LWS_POLLIN, 0); in lws_ws_client_rx_sm()
|
D | ops-ws.c | 1034 if (__lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_ws()
|