Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/poll/
Dprivate-lib-event-libs-poll.h25 extern struct lws_event_loop_ops event_loop_ops_poll;
Dpoll.c45 struct lws_event_loop_ops event_loop_ops_poll = {
/third_party/libwebsockets/lib/event-libs/sdevent/
Dprivate-lib-event-libs-sdevent.h3 extern const struct lws_event_loop_ops event_loop_ops_sdevent;
Dsdevent.c406 const struct lws_event_loop_ops event_loop_ops_sdevent = {
/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h39 struct lws_event_loop_ops { struct
Dlws-protocols-plugins.h299 const struct lws_event_loop_ops *ops;
/third_party/libwebsockets/lib/event-libs/
DREADME.md46 The event lib support is defined by `struct lws_event_loop_ops` in
153 Study eg libuv implementation, using the available ops in the struct lws_event_loop_ops
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c250 static const struct lws_event_loop_ops event_loop_ops_custom = {
/third_party/libwebsockets/lib/event-libs/uloop/
Duloop.c284 static const struct lws_event_loop_ops event_loop_ops_uloop = {
/third_party/libwebsockets/lib/event-libs/glib/
Dglib.c478 static const struct lws_event_loop_ops event_loop_ops_glib = {
/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c416 static const struct lws_event_loop_ops event_loop_ops_ev = {
/third_party/libwebsockets/lib/event-libs/libevent/
Dlibevent.c478 static const struct lws_event_loop_ops event_loop_ops_event = {
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h582 const struct lws_event_loop_ops *event_loop_ops;
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c910 static const struct lws_event_loop_ops event_loop_ops_uv = {