Home
last modified time | relevance | path

Searched refs:_lws_change_pollfd (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dpollfd.c28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd() function
238 _lws_change_pollfd(wsi, allow ? 0 : LWS_POLLIN, in lws_accept_modulation()
494 ret = _lws_change_pollfd(wsi, _and, _or, &pa); in __lws_change_pollfd()
Dprivate-lib-core-net.h1264 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa);
/third_party/libwebsockets/lib/roles/http/
Dparsers.c180 _lws_change_pollfd(wsi, LWS_POLLIN, 0, &pa); in _lws_header_ensure_we_are_on_waiting_list()
276 _lws_change_pollfd(wsi, 0, LWS_POLLIN, &pa); in lws_header_table_attach()
405 _lws_change_pollfd(wsi, 0, LWS_POLLIN, &pa); in __lws_header_table_detach()