Home
last modified time | relevance | path

Searched refs:lws_pollargs (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A Dpollfd.c28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd()
230 struct lws_pollargs pa1; in lws_accept_modulation()
271 struct lws_pollargs pa = { wsi->desc.sockfd, LWS_POLLIN, 0 }; in __insert_wsi_socket_into_fds()
362 struct lws_pollargs pa = { wsi->desc.sockfd, 0, 0 }; in __remove_wsi_socket_from_fds()
476 struct lws_pollargs pa; in __lws_change_pollfd()
H A Dprivate-lib-core-net.h1264 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa);
/third_party/libwebsockets/test-apps/
H A Dtest-server.c89 struct lws_pollargs *pa; in lws_callback_http()
98 pa = (struct lws_pollargs *)in; in lws_callback_http()
116 pa = (struct lws_pollargs *)in; in lws_callback_http()
124 pa = (struct lws_pollargs *)in; in lws_callback_http()
/third_party/libwebsockets/lib/roles/http/
H A Dparsers.c164 struct lws_pollargs pa; in _lws_header_ensure_we_are_on_waiting_list()
211 struct lws_pollargs pa; in lws_header_table_attach()
311 struct lws_pollargs pa; in __lws_header_table_detach()
/third_party/libwebsockets/include/
H A Dlibwebsockets.h568 /** struct lws_pollargs - argument structure for all external poll related calls
570 struct lws_pollargs { struct

Completed in 8 milliseconds