Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c31 } custom_poll_ctx_t; typedef
36 static custom_poll_ctx_t a_cpcx;
45 custom_poll_find_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd) in custom_poll_find_fd()
57 custom_poll_add_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd, int events) in custom_poll_add_fd()
83 custom_poll_del_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd) in custom_poll_del_fd()
104 custom_poll_change_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd, in custom_poll_change_fd()
122 custom_poll_run(custom_poll_ctx_t *cpcx) in custom_poll_run()
186 custom_poll_ctx_t *io_loop;
203 priv->io_loop = (custom_poll_ctx_t *)_loop; in init_pt_custom()

Completed in 1 milliseconds