Home
last modified time | relevance | path

Searched refs:lws_pt_eventlibs_libuv (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c28 #define pt_to_priv_uv(_pt) ((struct lws_pt_eventlibs_libuv *)(_pt)->evlib_pt)
38 struct lws_pt_eventlibs_libuv *ptpr = lws_container_of(timer, in lws_uv_sultimer_cb()
39 struct lws_pt_eventlibs_libuv, sultimer); in lws_uv_sultimer_cb()
60 { struct lws_pt_eventlibs_libuv *ptpr = lws_container_of(handle, in lws_uv_idle()
61 struct lws_pt_eventlibs_libuv, idle); in lws_uv_idle()
98 struct lws_pt_eventlibs_libuv *ptpriv = pt_to_priv_uv(pt); in lws_io_cb()
261 struct lws_pt_eventlibs_libuv *ptpriv = pt_to_priv_uv(pt); in lws_uv_close_cb_sa()
497 struct lws_pt_eventlibs_libuv *ptpriv = pt_to_priv_uv(pt); in elops_accept_uv()
596 struct lws_pt_eventlibs_libuv *ptpriv; in elops_init_vhost_listen_wsi_uv()
653 struct lws_pt_eventlibs_libuv *ptpriv = pt_to_priv_uv(pt); in elops_destroy_pt_uv()
[all …]
Dprivate-lib-event-libs-libuv.h54 struct lws_pt_eventlibs_libuv { struct
/third_party/libwebsockets/lib/event-libs/
DREADME.md105 struct lws_pt_eventlibs_libuv {
121 /* evlib_size_pt */ sizeof(struct lws_pt_eventlibs_libuv),