Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h878 const struct lws_plugin_evlib *event_lib_custom; member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c432 info.event_lib_custom = &evlib_custom; /* bind lws to our custom event in main()
/third_party/libwebsockets/lib/core/
Dcontext.c462 if (info->event_lib_custom) { in lws_create_context()
463 plev = info->event_lib_custom; in lws_create_context()