Home
last modified time | relevance | path

Searched refs:lws_protocols (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h44 struct lws_protocols { struct
99 LWS_VISIBLE LWS_EXTERN const struct lws_protocols *
111 LWS_VISIBLE LWS_EXTERN const struct lws_protocols *
115 LWS_VISIBLE LWS_EXTERN const struct lws_protocols *
130 const struct lws_protocols *prot, int size);
143 const struct lws_protocols *prot);
265 const struct lws_protocols *protocols; /**< array of supported protocols provided by plugin */
351 extern const struct lws_protocols post_demo_protocols[1];
352 extern const struct lws_protocols lws_raw_proxy_protocols[1];
353 extern const struct lws_protocols lws_status_protocols[1];
[all …]
Dlws-writeable.h74 const struct lws_protocols *protocol);
91 const struct lws_protocols *protocol);
111 const struct lws_protocols *protocol, int reason);
128 const struct lws_protocols *protocol,
148 const struct lws_protocols *protocol,
Dlws-context-vhost.h280 const struct lws_protocols *protocols;
738 const struct lws_protocols **pprotocols;
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h576 const struct lws_protocols *protocol;
616 extern const struct lws_protocols protocol_secstream_h1;
617 extern const struct lws_protocols protocol_secstream_h2;
618 extern const struct lws_protocols protocol_secstream_ws;
619 extern const struct lws_protocols protocol_secstream_mqtt;
620 extern const struct lws_protocols protocol_secstream_raw;
/third_party/libwebsockets/lib/secure-streams/protocols/
DREADME.md6 ## The lws_protocols callback
8 This is the normal lws struct lws_protocols callback that handles events and
29 - a struct lws_protocols, including a pointer to the callback
/third_party/libwebsockets/lib/core-net/
Dvhost.c56 const struct lws_protocols *available_abstract_protocols[] = {
65 const struct lws_protocols *available_secstream_protocols[] = {
246 const struct lws_protocols *prot, int size) in lws_protocol_vh_priv_zalloc()
287 const struct lws_protocols *prot) in lws_protocol_vh_priv_get()
550 static const struct lws_protocols protocols_dummy[] = {
579 const struct lws_protocols *pcols = info->protocols; in lws_create_vhost()
583 struct lws_protocols *lwsp; in lws_create_vhost()
589 extern struct lws_protocols lws_async_dns_protocol; in lws_create_vhost()
778 lwsp = lws_zalloc(sizeof(struct lws_protocols) * in lws_create_vhost()
798 memcpy(lwsp, pcols, sizeof(struct lws_protocols) * (unsigned int)m); in lws_create_vhost()
[all …]
Dwsi.c152 const struct lws_protocols *
166 const struct lws_protocols *protocol, int reason) in lws_callback_all_protocol()
206 const struct lws_protocols *protocol, int reason, in lws_callback_all_protocol_vhost_args()
232 const struct lws_protocols *protocol, int reason) in lws_callback_all_protocol_vhost()
472 const struct lws_protocols *protocol) in lws_rx_flow_allow_all_protocol()
559 const struct lws_protocols *
591 ((struct lws_protocols *)lws_get_protocol(wsi))->per_session_data_size = in lws_adjust_protocol_psds()
862 const struct lws_protocols *p = v->protocols; in lws_broadcast()
998 const struct lws_protocols *
1214 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p, in lws_bind_protocol()
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dmain.c343 extern struct lws_protocols protocol_audio_test;
344 static const struct lws_protocols *protocols[] = {
/third_party/libwebsockets/plugin-standalone/
Dprotocol_example_standalone.c41 const struct lws_protocols *protocol;
127 static const struct lws_protocols protocols[] = {
/third_party/libwebsockets/plugins/
Dprotocol_lws_raw_test.c86 const struct lws_protocols *protocol;
286 LWS_VISIBLE const struct lws_protocols lws_raw_test_protocols[] = {
Dprotocol_lws_status.c63 const struct lws_protocols *protocol;
252 LWS_VISIBLE const struct lws_protocols lws_status_protocols[] = {
Dprotocol_lws_sshd_demo.c41 const struct lws_protocols *ssh_base_protocol;
462 LWS_VISIBLE const struct lws_protocols lws_sshd_demo_protocols[] = {
/third_party/libwebsockets/plugins/ssh-base/
Dtelnet.c33 const struct lws_protocols *protocol;
253 const struct lws_protocols protocols_telnet[] = {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
Dminimal-http-server-dynamic.c218 static const struct lws_protocols defprot =
222 static const struct lws_protocols *pprotocols[] = { &defprot, &protocol, NULL };
/third_party/libwebsockets/lib/system/ntpclient/
Dntpclient.c34 const struct lws_protocols *protocol;
308 struct lws_protocols lws_system_protocol_ntpc =
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c54 const struct lws_protocols *protocol;
308 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c44 const struct lws_protocols *protocol;
283 static const struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dminimal-ws-proxy.c26 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
Dmain.c27 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
Dminimal-ws-server-ring.c24 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
Dminimal-ws-broker.c24 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
Dminimal-ws-server-pmd.c23 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
Dminimal-ws-server-pmd-corner.c23 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-proxy/
Dminimal-raw-proxy.c23 static struct lws_protocols protocols[] = {
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dminimal-ws-server.c35 static struct lws_protocols protocols[] = {

123456