Home
last modified time | relevance | path

Searched refs:lws_pollfd (Results 1 - 25 of 42) sorted by relevance

12

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-service.h120 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/
H A Dminimal-http-server.c29 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/
H A Dlibwebsockets.h401 #define lws_pollfd pollfd macro
424 #define lws_pollfd pollfd macro
505 struct lws_pollfd struct
519 struct lws_pollfd;
523 #define lws_pollfd pollfd macro
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c81 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/plat/unix/
H A Dunix-service.c31 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd()
178 struct lws_pollfd *pfd; in _lws_plat_service_tsi()
H A Dunix-fds.c261 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
/third_party/libwebsockets/lib/core-net/
H A Dservice.c62 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()
H A Dprivate-lib-core-net.h340 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,
H A Dsocks5-client.c255 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd, in lws_socks5c_handle_state()
/third_party/libwebsockets/test-apps/
H A Dtest-server.c39 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/freertos/
H A Dfreertos-fds.c46 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
H A Dfreertos-sockets.c69 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd()
/third_party/libwebsockets/lib/roles/pipe/
H A Dops-pipe.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_pipe()
/third_party/libwebsockets/lib/roles/raw-file/
H A Dops-raw-file.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/roles/cgi/
H A Dops-cgi.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_cgi()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c64 struct lws_pollfd *pfd; in _lws_plat_service_tsi()
H A Dwindows-sockets.c64 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd()
251 struct lws_pollfd *pfd) in lws_plat_change_pollfd()
/third_party/libwebsockets/lib/roles/listen/
H A Dops-listen.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_listen()
/third_party/libwebsockets/lib/roles/raw-proxy/
H A Dops-raw-proxy.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect4.c35 struct lws_pollfd pfd; in lws_client_connect_4_established()
/third_party/libwebsockets/lib/roles/raw-skt/
H A Dops-raw-skt.c80 struct lws_pollfd *pollfd)
/third_party/libwebsockets/lib/roles/
H A Dprivate-lib-roles.h210 struct lws_pollfd *pollfd);
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c331 lws_h1_server_socket_service(struct lws *wsi, struct lws_pollfd *pollfd) in lws_h1_server_socket_service()
564 struct lws_pollfd *pollfd) in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c102 struct lws_pollfd eventfd; in lws_uloop_cb()
/third_party/libwebsockets/lib/roles/mqtt/
H A Dprivate-lib-roles-mqtt.h421 lws_mqtt_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd,

Completed in 16 milliseconds

12