Home
last modified time | relevance | path

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

123456

/external/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h44 struct lws_protocols { struct
97 LWS_VISIBLE LWS_EXTERN const struct lws_protocols * argument
109 LWS_VISIBLE LWS_EXTERN const struct lws_protocols *
113 LWS_VISIBLE LWS_EXTERN const struct lws_protocols *
128 const struct lws_protocols *prot, int size);
141 const struct lws_protocols *prot);
206 const struct lws_protocols *protocols; /**< array of supported protocols provided by plugin */
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-timeout-timer.h170 const struct lws_protocols *prot,
194 const struct lws_protocols *prot, int reason,
Dlws-context-vhost.h261 const struct lws_protocols *protocols;
653 const struct lws_protocols **pprotocols;
/external/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
/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h343 extern const struct lws_protocols protocol_secstream_h1;
344 extern const struct lws_protocols protocol_secstream_h2;
345 extern const struct lws_protocols protocol_secstream_ws;
346 extern const struct lws_protocols protocol_secstream_mqtt;
/external/libwebsockets/lib/core-net/
Dvhost.c66 const struct lws_protocols *available_abstract_protocols[] = {
75 const struct lws_protocols *available_secstream_protocols[] = {
235 const struct lws_protocols *prot, int size) in lws_protocol_vh_priv_zalloc()
267 const struct lws_protocols *prot) in lws_protocol_vh_priv_get()
442 static const struct lws_protocols protocols_dummy[] = {
472 const struct lws_protocols *pcols = info->protocols; in lws_create_vhost()
476 struct lws_protocols *lwsp; in lws_create_vhost()
484 extern struct lws_protocols lws_async_dns_protocol; in lws_create_vhost()
614 lwsp = lws_zalloc(sizeof(struct lws_protocols) * in lws_create_vhost()
634 memcpy(lwsp, pcols, sizeof(struct lws_protocols) * m); in lws_create_vhost()
[all …]
Dwsi.c113 const struct lws_protocols *
127 const struct lws_protocols *protocol, int reason) in lws_callback_all_protocol()
150 const struct lws_protocols *protocol, int reason, in lws_callback_all_protocol_vhost_args()
176 const struct lws_protocols *protocol, int reason) in lws_callback_all_protocol_vhost()
277 const struct lws_protocols *protocol) in lws_rx_flow_allow_all_protocol()
364 const struct lws_protocols *
396 ((struct lws_protocols *)lws_get_protocol(wsi))->per_session_data_size = in lws_adjust_protocol_psds()
615 const struct lws_protocols *p = v->protocols; in lws_broadcast()
742 const struct lws_protocols *
923 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p, in lws_bind_protocol()
[all …]
/external/libwebsockets/plugins/
Dprotocol_lws_server_status.c49 const struct lws_protocols *protocol;
58 static const struct lws_protocols protocols[1];
203 static const struct lws_protocols protocols[] = {
Dprotocol_lws_raw_test.c79 const struct lws_protocols *protocol;
277 static const struct lws_protocols protocols[] = {
Dprotocol_lws_status.c59 const struct lws_protocols *protocol;
244 static const struct lws_protocols protocols[] = {
/external/libwebsockets/plugin-standalone/
Dprotocol_example_standalone.c35 const struct lws_protocols *protocol;
121 static const struct lws_protocols protocols[] = {
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dmain.c334 extern struct lws_protocols protocol_audio_test;
335 static const struct lws_protocols *protocols[] = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
Dprotocol_lws_minimal.c42 const struct lws_protocols *protocol;
166 static const struct lws_protocols protocols[] = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
Dprotocol_lws_minimal.c42 const struct lws_protocols *protocol;
160 static const struct lws_protocols protocols[] = {
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
Dminimal-http-server-dynamic.c181 static const struct lws_protocols protocol =
184 static const struct lws_protocols *pprotocols[] = { &protocol, NULL };
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
Dprotocol_lws_minimal.c57 const struct lws_protocols *protocol;
223 static const struct lws_protocols protocols[] = {
Dminimal-ws-broker.c24 static struct lws_protocols protocols[] = {
/external/libwebsockets/plugins/ssh-base/
Dtelnet.c33 const struct lws_protocols *protocol;
253 const struct lws_protocols protocols_telnet[] = {
/external/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dprotocol_lws_minimal.c42 const struct lws_protocols *protocol;
252 static const struct lws_protocols protocols[] = {
Dminimal-ws-proxy.c26 static struct lws_protocols protocols[] = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
Dprotocol_lws_minimal.c46 const struct lws_protocols *protocol;
287 static const struct lws_protocols protocols[] = {
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dprotocol_lws_minimal.c42 const struct lws_protocols *protocol;
299 static const struct lws_protocols protocols[] = {
/external/libwebsockets/lib/system/ntpclient/
Dntpclient.c34 const struct lws_protocols *protocol;
285 struct lws_protocols lws_system_protocol_ntpc =
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dprotocol_lws_minimal.c42 const struct lws_protocols *protocol;
306 static const struct lws_protocols protocols[] = {

123456