Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h214 typedef int (*lws_plugin_destroy_func)(struct lws_context *); typedef
/third_party/libwebsockets/lib/plat/unix/
Dunix-plugins.c143 lws_plugin_destroy_func func; in lws_plat_plugins_destroy()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c422 lws_plugin_destroy_func func; in lws_uv_plugins_destroy()
453 func = (lws_plugin_destroy_func)v; in lws_uv_plugins_destroy()