/third_party/libwebsockets/include/libwebsockets/ |
D | lws-service.h | 120 lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd); 132 lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, 159 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd);
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
D | minimal-http-server.c | 29 struct lws_pollfd pollfds[MAX_CUSTOM_POLLFDS]; 44 static struct lws_pollfd * 59 struct lws_pollfd *pfd; in custom_poll_add_fd() 85 struct lws_pollfd *pfd; in custom_poll_del_fd() 107 struct lws_pollfd *pfd; in custom_poll_change_fd()
|
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 398 #define lws_pollfd pollfd macro 421 #define lws_pollfd pollfd macro 502 struct lws_pollfd struct 516 struct lws_pollfd; argument 520 #define lws_pollfd pollfd macro
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 39 struct lws_pollfd *pollfds; 70 static struct lws_pollfd * 90 struct lws_pollfd *pfd; in lws_callback_http() 567 pollfds = malloc((unsigned int)max_poll_elements * sizeof (struct lws_pollfd)); in main()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-service.c | 31 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd() 178 struct lws_pollfd *pfd; in _lws_plat_service_tsi()
|
D | unix-fds.c | 261 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
|
/third_party/libwebsockets/lib/plat/optee/ |
D | network.c | 81 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd() 240 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
|
/third_party/libwebsockets/lib/core-net/ |
D | service.c | 62 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd) in lws_handle_POLLOUT_event() 519 struct lws_pollfd pfd; in lws_service_do_ripe_rxflow() 638 lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, in lws_service_fd_tsi() 813 lws_service_fd(struct lws_context *context, struct lws_pollfd *pollfd) in lws_service_fd()
|
D | private-lib-core-net.h | 340 struct lws_pollfd *fds; 1228 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd); 1247 lws_http_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd); 1316 struct lws_pollfd *pfd); 1338 lws_poll_listen_fd(struct lws_pollfd *fd); 1523 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd,
|
D | socks5-client.c | 255 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd, in lws_socks5c_handle_state()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-fds.c | 46 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
|
D | freertos-sockets.c | 69 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd()
|
/third_party/libwebsockets/lib/roles/raw-file/ |
D | ops-raw-file.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_file()
|
/third_party/libwebsockets/lib/roles/pipe/ |
D | ops-pipe.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_pipe()
|
/third_party/libwebsockets/lib/roles/listen/ |
D | ops-listen.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_listen()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | ops-cgi.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_cgi()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-service.c | 63 struct lws_pollfd *pfd; in _lws_plat_service_tsi()
|
D | windows-sockets.c | 64 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd() 241 struct lws_pollfd *pfd) in lws_plat_change_pollfd()
|
/third_party/libwebsockets/lib/roles/raw-proxy/ |
D | ops-raw-proxy.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_proxy()
|
/third_party/libwebsockets/lib/roles/raw-skt/ |
D | ops-raw-skt.c | 29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_skt()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect4.c | 35 struct lws_pollfd pfd; in lws_client_connect_4_established()
|
/third_party/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 210 struct lws_pollfd *pollfd);
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | private-lib-roles-mqtt.h | 416 lws_mqtt_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd,
|
/third_party/libwebsockets/lib/event-libs/uloop/ |
D | uloop.c | 102 struct lws_pollfd eventfd; in lws_uloop_cb()
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 329 lws_h1_server_socket_service(struct lws *wsi, struct lws_pollfd *pollfd) in lws_h1_server_socket_service() 562 struct lws_pollfd *pollfd) in rops_handle_POLLIN_h1()
|