Home
last modified time | relevance | path

Searched refs:lws_role_ops (Results 1 – 25 of 26) sorted by relevance

12

/external/libwebsockets/lib/roles/h1/
Dprivate-lib-roles-h1.h29 extern const struct lws_role_ops role_ops_h1;
Dops-h1.c1141 const struct lws_role_ops role_ops_h1 = {
/external/libwebsockets/lib/roles/raw-proxy/
Dprivate-lib-roles-raw-proxy.h27 extern const struct lws_role_ops role_ops_raw_proxy;
Dops-raw-proxy.c194 const struct lws_role_ops role_ops_raw_proxy = {
/external/libwebsockets/lib/roles/dbus/
Dprivate-lib-roles-dbus.h29 extern const struct lws_role_ops role_ops_dbus;
Ddbus.c515 const struct lws_role_ops role_ops_dbus = {
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h176 struct lws_role_ops { struct
276 extern const struct lws_role_ops role_ops_raw_skt, role_ops_raw_file, argument
DREADME.md57 The role is defined by `struct lws_role_ops` in `lib/roles/private-lib-roles.h`,
120 const struct lws_role_ops * available_roles[] = {
/external/libwebsockets/lib/roles/cgi/
Dprivate-lib-roles-cgi.h35 extern const struct lws_role_ops role_ops_cgi;
Dops-cgi.c117 const struct lws_role_ops role_ops_cgi = {
/external/libwebsockets/lib/roles/pipe/
Dops-pipe.c75 const struct lws_role_ops role_ops_pipe = {
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h88 extern const struct lws_role_ops *available_roles[];
91 const struct lws_role_ops **ppxx = available_roles; \
93 const struct lws_role_ops *xx = *ppxx++;
707 const struct lws_role_ops *role_ops;
916 const struct lws_role_ops *
991 const struct lws_role_ops *ops);
Dvhost.c27 const struct lws_role_ops *available_roles[] = {
102 const struct lws_role_ops *
150 const struct lws_role_ops *role = in lws_role_call_adoption_bind()
Dwsi.c446 const struct lws_role_ops *ops) in lws_role_transition()
/external/libwebsockets/lib/roles/raw-file/
Dops-raw-file.c81 const struct lws_role_ops role_ops_raw_file = {
/external/libwebsockets/lib/roles/listen/
Dops-listen.c179 const struct lws_role_ops role_ops_listen = {
/external/libwebsockets/lib/roles/ws/
Dprivate-lib-roles-ws.h27 extern const struct lws_role_ops role_ops_ws;
Dops-ws.c2041 const struct lws_role_ops role_ops_ws = {
/external/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c291 const struct lws_role_ops role_ops_raw_skt = {
/external/libwebsockets/lib/roles/mqtt/
Dprivate-lib-roles-mqtt.h30 extern struct lws_role_ops role_ops_mqtt;
Dops-mqtt.c558 struct lws_role_ops role_ops_mqtt = {
/external/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h25 extern const struct lws_role_ops role_ops_h2;
Dops-h2.c1225 const struct lws_role_ops role_ops_h2 = {
/external/libwebsockets/include/libwebsockets/
Dlws-misc.h768 const struct lws_role_ops *ops; /* NULL is raw file */
/external/libwebsockets/lib/misc/
Dspawn.c45 const struct lws_role_ops *ops) in lws_create_basic_wsi()

12