Home
last modified time | relevance | path

Searched refs:ops_libuv (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;
Dlibuv.c86 const struct ops ops_libuv = { variable
Dminimal-http-server-eventlib-foreign.c270 ops = &ops_libuv; in main()