Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dcontext.c382 const lws_plugin_evlib_t *plev = NULL; in lws_create_context()
467 extern const lws_plugin_evlib_t evlib_poll; in lws_create_context()
523 plev = (const lws_plugin_evlib_t *)evlib_plugin_list->hdr; in lws_create_context()
543 extern const lws_plugin_evlib_t evlib_uv; in lws_create_context()
552 extern const lws_plugin_evlib_t evlib_event; in lws_create_context()
560 extern const lws_plugin_evlib_t evlib_glib; in lws_create_context()
568 extern const lws_plugin_evlib_t evlib_ev; in lws_create_context()
576 extern const lws_plugin_evlib_t evlib_sd; in lws_create_context()
584 extern const lws_plugin_evlib_t evlib_uloop; in lws_create_context()
/third_party/libwebsockets/lib/event-libs/poll/
Dpoll.c53 const lws_plugin_evlib_t evlib_poll = {
/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h300 } lws_plugin_evlib_t; typedef
/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/uloop/
Duloop.c312 const lws_plugin_evlib_t evlib_uloop = {
/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.c939 const lws_plugin_evlib_t evlib_uv = {