Searched refs:_lws_change_pollfd (Results 1 – 3 of 3) sorted by relevance
/external/libwebsockets/lib/core-net/ |
D | pollfd.c | 28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd() function 234 _lws_change_pollfd(vh->lserv_wsi, in lws_accept_modulation() 237 _lws_change_pollfd(vh->lserv_wsi, in lws_accept_modulation() 479 ret = _lws_change_pollfd(wsi, _and, _or, &pa); in __lws_change_pollfd()
|
D | private-lib-core-net.h | 1206 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa);
|
/external/libwebsockets/lib/roles/http/ |
D | parsers.c | 180 _lws_change_pollfd(wsi, LWS_POLLIN, 0, &pa); in _lws_header_ensure_we_are_on_waiting_list() 279 _lws_change_pollfd(wsi, 0, LWS_POLLIN, &pa); in lws_header_table_attach() 412 _lws_change_pollfd(wsi, 0, LWS_POLLIN, &pa); in __lws_header_table_detach()
|