/external/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 127 lwsl_info("%s: CONNECTED (%s)\n", __func__, h->ssi.streamtype); in callback_sspc_client() 176 h->ssi.streamtype, h->state); in callback_sspc_client() 183 n = strlen(h->ssi.streamtype) + 4; in callback_sspc_client() 189 lws_strncpy((char *)&s[7], h->ssi.streamtype, sizeof(s) - 7); in callback_sspc_client() 333 lwsl_notice("%s: streamtype %s\n", __func__, ssi->streamtype); in lws_sspc_create() 339 strlen(ssi->streamtype) + 1); in lws_sspc_create() 345 memcpy(p, ssi->streamtype, strlen(ssi->streamtype) + 1); in lws_sspc_create() 346 h->ssi.streamtype = (const char *)p; in lws_sspc_create() 489 lwsl_info("%s: def %s\n", __func__, h->ssi.streamtype); in lws_sspc_rideshare() 491 return h->ssi.streamtype; in lws_sspc_rideshare()
|
D | secure-streams.c | 315 pol = lws_ss_policy_lookup(context, ssi->streamtype); in lws_ss_create() 318 ssi->streamtype); in lws_ss_create() 336 __func__, ssi->streamtype); in lws_ss_create() 360 size = sizeof(*h) + ssi->user_alloc + strlen(ssi->streamtype) + 1; in lws_ss_create() 404 pol->streamtype, pol->metadata_count); in lws_ss_create() 417 memcpy(p, ssi->streamtype, strlen(ssi->streamtype) + 1); in lws_ss_create() 418 h->info.streamtype = p; in lws_ss_create() 552 return h->policy->streamtype; in lws_ss_rideshare() 554 return h->rideshare->streamtype; in lws_ss_rideshare()
|
D | secure-streams-serialize.c | 759 if (par->ctr == sizeof(par->streamtype) - 1) in lws_ss_deserialize_parse() 767 par->streamtype[par->ctr++] = *cp++; in lws_ss_deserialize_parse() 772 par->streamtype[par->ctr] = '\0'; in lws_ss_deserialize_parse() 774 __func__, par->streamtype, par->txcr_out); in lws_ss_deserialize_parse() 776 ssi->streamtype = par->streamtype; in lws_ss_deserialize_parse() 787 __func__, par->streamtype); in lws_ss_deserialize_parse() 791 __func__, par->streamtype); in lws_ss_deserialize_parse() 897 ssi->streamtype); in lws_ss_deserialize_parse()
|
D | private-lib-secure-streams.h | 163 char streamtype[32]; member 266 lws_ss_policy_lookup(const struct lws_context *context, const char *streamtype);
|
D | README.md | 125 corresponding streamtype metadata value at runtime. Eg, if the 126 streamtype lists a metadata name "region", it's then possible to 292 Set the topic this streamtype uses for writes 296 Set the topic this streamtype subscribes to 300 Set the QOS level for this streamtype 353 If the default, hardcoded policy includes a streamtype `fetch_policy`,
|
D | secure-streams-process.c | 99 rsp = m->ss->rideshare->streamtype; in ss_proxy_onward_rx() 394 "%s", rsp->streamtype); in callback_ss_proxy()
|
D | policy.c | 964 lws_ss_policy_lookup(const struct lws_context *context, const char *streamtype) in lws_ss_policy_lookup() argument 968 if (!streamtype) in lws_ss_policy_lookup() 972 if (!strcmp(p->streamtype, streamtype)) in lws_ss_policy_lookup()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sink/ |
D | main.c | 261 ssi.streamtype = "mintest-fail"; in main() 265 ssi.streamtype = "minpost"; in main() 268 ssi.streamtype = "mintest"; in main()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/ |
D | minimal-secure-streams.c | 289 ssi.streamtype = "mintest-fail"; in min_sec_str_sequencer_cb() 293 ssi.streamtype = "minpost"; in min_sec_str_sequencer_cb() 296 ssi.streamtype = "mintest"; in min_sec_str_sequencer_cb()
|
/external/libwebsockets/lib/secure-streams/protocols/ |
D | ss-h1.c | 175 h, h->policy->streamtype, in ? (char *)in : "(null)"); in secstream_h1() 186 h->policy ? h->policy->streamtype : "no policy"); in secstream_h1() 209 h->policy->streamtype, status); in secstream_h1() 212 h->policy->streamtype, status); in secstream_h1()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-secure-streams-policy.h | 168 const char *streamtype; /**< stream type lhs to match on */ member
|
D | lws-secure-streams.h | 244 const char *streamtype; /**< type of stream we want to create */ member
|
/external/libwebsockets/lib/secure-streams/system/fetch-policy/ |
D | fetch-policy.c | 144 ssi.streamtype = "fetch_policy"; in lws_ss_sys_fetch_policy()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/ |
D | avs.c | 322 ssi.streamtype = "avs_metadata"; in ss_avs_event_state() 406 ssi.streamtype = "avs_event"; in avs_example_start()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/ |
D | minimal-secure-streams.c | 270 ssi.streamtype = "mintest"; in app_system_state_nf()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | minimal-secure-streams-client-tx.c | 181 ssi.streamtype = "spam"; in main()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | minimal-secure-streams.c | 298 ssi.streamtype = "mintest"; in app_system_state_nf()
|
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | alexa.c | 634 ssi.streamtype = "avs_metadata"; in avs_query_start() 669 ssi.streamtype = "avs_event"; in avs_example_start()
|
/external/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/ |
D | auth.c | 267 ssi.streamtype = "api_amazon_com_auth"; in lws_ss_sys_auth_api_amazon_com()
|
/external/flac/test/ |
D | test_flac.sh | 1075 streamtype=$2 1090 if [ $streamtype = ogg ] ; then
|