Home
last modified time | relevance | path

Searched refs:ops_libev (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;
Dlibev.c71 const struct ops ops_libev = { variable
Dminimal-http-server-eventlib-foreign.c284 ops = &ops_libev; in main()