Searched refs:__lws_change_pollfd (Results 1 – 10 of 10) sorted by relevance
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 293 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown() 301 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown() 306 __lws_change_pollfd(wsi, 0, LWS_POLLOUT); in __lws_tls_shutdown()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 494 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown() 502 __lws_change_pollfd(wsi, 0, LWS_POLLIN); in __lws_tls_shutdown() 507 __lws_change_pollfd(wsi, 0, LWS_POLLOUT); in __lws_tls_shutdown()
|
/external/libwebsockets/lib/core-net/ |
D | pollfd.c | 458 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd() function 500 ret = __lws_change_pollfd(wsi, _and, _or); in lws_change_pollfd() 549 if (__lws_change_pollfd(w, 0, LWS_POLLOUT)) in lws_callback_on_writable()
|
D | wsi.c | 352 if (__lws_change_pollfd(wsi, 0, LWS_POLLIN)) { in __lws_rx_flow_control() 357 if (__lws_change_pollfd(wsi, LWS_POLLIN, 0)) in __lws_rx_flow_control()
|
D | close.c | 512 __lws_change_pollfd(wsi, LWS_POLLOUT, LWS_POLLIN); in __lws_close_free_wsi()
|
D | private-lib-core-net.h | 1112 __lws_change_pollfd(struct lws *wsi, int _and, int _or);
|
/external/libwebsockets/lib/plat/unix/ |
D | unix-service.c | 173 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
|
/external/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 184 __lws_change_pollfd(wsi, 0, lws_flags); in lws_dbus_add_watch() 251 __lws_change_pollfd(wsi, lws_flags, 0); in lws_dbus_remove_watch()
|
/external/libwebsockets/lib/roles/ws/ |
D | client-parser-ws.c | 438 __lws_change_pollfd(wsi, LWS_POLLIN, 0); in lws_ws_client_rx_sm()
|
D | ops-ws.c | 1035 if (__lws_change_pollfd(wsi, LWS_POLLIN, 0)) in rops_handle_POLLIN_ws()
|