Home
last modified time | relevance | path

Searched refs:streamtype (Results 1 – 20 of 20) sorted by relevance

/external/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c127 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()
Dsecure-streams.c315 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()
Dsecure-streams-serialize.c759 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()
Dprivate-lib-secure-streams.h163 char streamtype[32]; member
266 lws_ss_policy_lookup(const struct lws_context *context, const char *streamtype);
DREADME.md125 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`,
Dsecure-streams-process.c99 rsp = m->ss->rideshare->streamtype; in ss_proxy_onward_rx()
394 "%s", rsp->streamtype); in callback_ss_proxy()
Dpolicy.c964 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/
Dmain.c261 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/
Dminimal-secure-streams.c289 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/
Dss-h1.c175 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/
Dlws-secure-streams-policy.h168 const char *streamtype; /**< stream type lhs to match on */ member
Dlws-secure-streams.h244 const char *streamtype; /**< type of stream we want to create */ member
/external/libwebsockets/lib/secure-streams/system/fetch-policy/
Dfetch-policy.c144 ssi.streamtype = "fetch_policy"; in lws_ss_sys_fetch_policy()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
Davs.c322 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/
Dminimal-secure-streams.c270 ssi.streamtype = "mintest"; in app_system_state_nf()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
Dminimal-secure-streams-client-tx.c181 ssi.streamtype = "spam"; in main()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
Dminimal-secure-streams.c298 ssi.streamtype = "mintest"; in app_system_state_nf()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dalexa.c634 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/
Dauth.c267 ssi.streamtype = "api_amazon_com_auth"; in lws_ss_sys_auth_api_amazon_com()
/external/flac/test/
Dtest_flac.sh1075 streamtype=$2
1090 if [ $streamtype = ogg ] ; then