Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/libev/
DCMakeLists.txt53 evlib_ev
Dlibev.c444 const lws_plugin_evlib_t evlib_ev = { variable
/third_party/libwebsockets/READMEs/
DREADME.event-libs.md54 ev|`libwebsockets-evlib_ev.so`
/third_party/libwebsockets/lib/event-libs/
DREADME.md80 { LWS_SERVER_OPTION_LIBEV, "evlib_ev" },
/third_party/libwebsockets/lib/core/
Dcontext.c569 extern const lws_plugin_evlib_t evlib_ev; in lws_create_context()
570 plev = &evlib_ev; in lws_create_context()