Home
last modified time | relevance | path

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

12

/third_party/libwebsockets/include/libwebsockets/
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/
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/
Dlibwebsockets.h398 #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/
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/unix/
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()
Dunix-fds.c261 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
/third_party/libwebsockets/lib/plat/optee/
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/core-net/
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()
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,
Dsocks5-client.c255 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd, in lws_socks5c_handle_state()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-fds.c46 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
Dfreertos-sockets.c69 lws_poll_listen_fd(struct lws_pollfd *fd) in lws_poll_listen_fd()
/third_party/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/roles/pipe/
Dops-pipe.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_pipe()
/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_listen()
/third_party/libwebsockets/lib/roles/cgi/
Dops-cgi.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_cgi()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-service.c63 struct lws_pollfd *pfd; in _lws_plat_service_tsi()
Dwindows-sockets.c64 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/
Dops-raw-proxy.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c29 struct lws_pollfd *pollfd) in rops_handle_POLLIN_raw_skt()
/third_party/libwebsockets/lib/core-net/client/
Dconnect4.c35 struct lws_pollfd pfd; in lws_client_connect_4_established()
/third_party/libwebsockets/lib/roles/
Dprivate-lib-roles.h210 struct lws_pollfd *pollfd);
/third_party/libwebsockets/lib/roles/mqtt/
Dprivate-lib-roles-mqtt.h416 lws_mqtt_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd,
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c102 struct lws_pollfd eventfd; in lws_uloop_cb()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c329 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()

12