Home
last modified time | relevance | path

Searched defs:lws_event_loop_ops (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h39 struct lws_event_loop_ops { struct
40 const char *name;
42 int (*init_context)(struct lws_context *context,
45 int (*destroy_context1)(struct lws_context *context);
47 int (*destroy_context2)(struct lws_context *context);
49 int (*init_vhost_listen_wsi)(struct lws *wsi);
51 int (*init_pt)(struct lws_context *context, void *_loop, int tsi);
53 int (*wsi_logical_close)(struct lws *wsi);
55 int (*check_client_connect_ok)(struct lws *wsi);
57 void (*close_handle_manually)(struct lws *wsi);
[all …]