Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/poll/
Dpoll.c53 const lws_plugin_evlib_t evlib_poll = {
/third_party/libwebsockets/lib/core/
Dcontext.c386 const lws_plugin_evlib_t *plev = NULL; in lws_create_context()
468 extern const lws_plugin_evlib_t evlib_poll; in lws_create_context()
524 plev = (const lws_plugin_evlib_t *)evlib_plugin_list->hdr; in lws_create_context()
544 extern const lws_plugin_evlib_t evlib_uv; in lws_create_context()
553 extern const lws_plugin_evlib_t evlib_event; in lws_create_context()
561 extern const lws_plugin_evlib_t evlib_glib; in lws_create_context()
569 extern const lws_plugin_evlib_t evlib_ev; in lws_create_context()
577 extern const lws_plugin_evlib_t evlib_sd; in lws_create_context()
585 extern const lws_plugin_evlib_t evlib_uloop; in lws_create_context()
/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h300 } lws_plugin_evlib_t; typedef
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c312 const lws_plugin_evlib_t evlib_uloop = {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c262 static const lws_plugin_evlib_t evlib_custom = {
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c433 const lws_plugin_evlib_t evlib_sd = {
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c506 const lws_plugin_evlib_t evlib_glib = {
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c444 const lws_plugin_evlib_t evlib_ev = {
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c506 const lws_plugin_evlib_t evlib_event = {
/third_party/libwebsockets/lib/event-libs/
DREADME.md89 extern const lws_plugin_evlib_t evlib_uv;
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c938 const lws_plugin_evlib_t evlib_uv = {