Searched refs:lws_pollargs (Results 1 – 4 of 4) 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() 229 struct lws_pollargs pa1; in lws_accept_modulation() 269 struct lws_pollargs pa = { wsi->desc.sockfd, LWS_POLLIN, 0 }; in __insert_wsi_socket_into_fds() 351 struct lws_pollargs pa = { wsi->desc.sockfd, 0, 0 }; in __remove_wsi_socket_from_fds() 461 struct lws_pollargs 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/include/ |
D | libwebsockets.h | 522 struct lws_pollargs { struct
|
/external/libwebsockets/lib/roles/http/ |
D | parsers.c | 164 struct lws_pollargs pa; in _lws_header_ensure_we_are_on_waiting_list() 211 struct lws_pollargs pa; in lws_header_table_attach() 314 struct lws_pollargs pa; in __lws_header_table_detach()
|