Home
last modified time | relevance | path

Searched refs:lws_plugin_header_t (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h256 } lws_plugin_header_t; typedef
263 lws_plugin_header_t hdr;
280 const lws_plugin_header_t *hdr;
298 lws_plugin_header_t hdr;
/third_party/libwebsockets/lib/plat/unix/
Dunix-plugins.c34 const lws_plugin_header_t *
39 const lws_plugin_header_t *hdr; in lws_plat_dlopen()
65 hdr = (const lws_plugin_header_t *)dlsym(l, sym); in lws_plat_dlopen()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-plugins.c36 const lws_plugin_header_t *
41 const lws_plugin_header_t *hdr; in lws_plat_dlopen()
73 hdr = (const lws_plugin_header_t *)v; in lws_plat_dlopen()
/third_party/libwebsockets/READMEs/
DREADME.lws_plugins.md13 defined remainder. The public `lws_plugin_header_t` describes the common
25 } lws_plugin_header_t;
49 lws_plugin_header_t hdr; /* must be first */
/third_party/libwebsockets/lib/misc/
Ddir.c302 const lws_plugin_header_t *pl; in lws_plugins_dir_cb()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h1147 const lws_plugin_header_t *