Home
last modified time | relevance | path

Searched refs:ops_libevent (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dprivate.h15 extern const struct ops ops_libuv, ops_libevent, ops_glib, ops_libev, ops_sdevent, ops_uloop;
Dlibevent.c80 const struct ops ops_libevent = { variable
Dminimal-http-server-eventlib-foreign.c277 ops = &ops_libevent; in main()