Home
last modified time | relevance | path

Searched defs:cpcx (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.c45 custom_poll_find_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd) in custom_poll_find_fd() argument
57 custom_poll_add_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd, int events) in custom_poll_add_fd() argument
83 custom_poll_del_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd) custom_poll_del_fd() argument
104 custom_poll_change_fd(custom_poll_ctx_t *cpcx, lws_sockfd_type fd, int events_add, int events_remove) custom_poll_change_fd() argument
122 custom_poll_run(custom_poll_ctx_t *cpcx) custom_poll_run() argument
[all...]

Completed in 2 milliseconds