Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/
DREADME.md77 { LWS_SERVER_OPTION_LIBUV, "evlib_uv" },
89 extern const lws_plugin_evlib_t evlib_uv;
90 plev = &evlib_uv;
/third_party/libwebsockets/lib/event-libs/libuv/
DCMakeLists.txt60 create_evlib_plugin(evlib_uv
Dlibuv.c938 const lws_plugin_evlib_t evlib_uv = { variable
/third_party/libwebsockets/READMEs/
DREADME.event-libs.md53 uv|`libwebsockets-evlib_uv.so`
/third_party/libwebsockets/lib/core/
Dcontext.c544 extern const lws_plugin_evlib_t evlib_uv; in lws_create_context()
545 plev = &evlib_uv; in lws_create_context()