/external/libwebsockets/include/libwebsockets/ |
D | lws-protocols-plugins.h | 44 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 */
|
D | lws-writeable.h | 74 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,
|
D | lws-timeout-timer.h | 170 const struct lws_protocols *prot, 194 const struct lws_protocols *prot, int reason,
|
D | lws-context-vhost.h | 261 const struct lws_protocols *protocols; 653 const struct lws_protocols **pprotocols;
|
/external/libwebsockets/lib/secure-streams/protocols/ |
D | README.md | 6 ## 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/ |
D | private-lib-secure-streams.h | 343 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/ |
D | vhost.c | 66 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 …]
|
D | wsi.c | 113 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/ |
D | protocol_lws_server_status.c | 49 const struct lws_protocols *protocol; 58 static const struct lws_protocols protocols[1]; 203 static const struct lws_protocols protocols[] = {
|
D | protocol_lws_raw_test.c | 79 const struct lws_protocols *protocol; 277 static const struct lws_protocols protocols[] = {
|
D | protocol_lws_status.c | 59 const struct lws_protocols *protocol; 244 static const struct lws_protocols protocols[] = {
|
/external/libwebsockets/plugin-standalone/ |
D | protocol_example_standalone.c | 35 const struct lws_protocols *protocol; 121 static const struct lws_protocols protocols[] = {
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | main.c | 334 extern struct lws_protocols protocol_audio_test; 335 static const struct lws_protocols *protocols[] = {
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/ |
D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; 166 static const struct lws_protocols protocols[] = {
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server/ |
D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; 160 static const struct lws_protocols protocols[] = {
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
D | minimal-http-server-dynamic.c | 181 static const struct lws_protocols protocol = 184 static const struct lws_protocols *pprotocols[] = { &protocol, NULL };
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
D | protocol_lws_minimal.c | 57 const struct lws_protocols *protocol; 223 static const struct lws_protocols protocols[] = {
|
D | minimal-ws-broker.c | 24 static struct lws_protocols protocols[] = {
|
/external/libwebsockets/plugins/ssh-base/ |
D | telnet.c | 33 const struct lws_protocols *protocol; 253 const struct lws_protocols protocols_telnet[] = {
|
/external/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; 252 static const struct lws_protocols protocols[] = {
|
D | minimal-ws-proxy.c | 26 static struct lws_protocols protocols[] = {
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
D | protocol_lws_minimal.c | 46 const struct lws_protocols *protocol; 287 static const struct lws_protocols protocols[] = {
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; 299 static const struct lws_protocols protocols[] = {
|
/external/libwebsockets/lib/system/ntpclient/ |
D | ntpclient.c | 34 const struct lws_protocols *protocol; 285 struct lws_protocols lws_system_protocol_ntpc =
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
D | protocol_lws_minimal.c | 42 const struct lws_protocols *protocol; 306 static const struct lws_protocols protocols[] = {
|