Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c28 #define pt_to_priv_ev(_pt) ((struct lws_pt_eventlibs_libev *)(_pt)->evlib_pt) macro
116 ptpr = pt_to_priv_ev(pt); in lws_accept_cb()
142 struct lws_pt_eventlibs_libev *ptpr = pt_to_priv_ev(pt); in elops_listen_init_ev()
161 struct lws_pt_eventlibs_libev *ptpr = pt_to_priv_ev(pt); in elops_init_pt_ev()
246 struct lws_pt_eventlibs_libev *ptpr = pt_to_priv_ev(pt); in elops_listen_destroy_ev()
258 struct lws_pt_eventlibs_libev *ptpr = pt_to_priv_ev(pt); in elops_destroy_pt_ev()
280 pt_to_priv_ev(&context->pt[n])->w_sigint.context = context; in elops_init_context_ev()
309 struct lws_pt_eventlibs_libev *ptpr = pt_to_priv_ev(pt); in elops_io_ev()
341 if (pt_to_priv_ev(&context->pt[tsi])->io_loop) in elops_run_pt_ev()
342 ev_run(pt_to_priv_ev(&context->pt[tsi])->io_loop, 0); in elops_run_pt_ev()
[all …]