Home
last modified time | relevance | path

Searched refs:ssi (Results 1 - 25 of 41) sorted by relevance

12

/third_party/lwip/src/apps/http/
H A Dhttpd.c45 * <!--#tag--> in any file whose extension is .shtml, .shtm or .ssi with
156 {"/index.ssi", 1 },
264 struct http_ssi_state *ssi; member
388 if (hs->next->ssi != NULL) { in http_kill_oldest_connection()
435 http_ssi_state_free(struct http_ssi_state *ssi) in http_ssi_state_free() argument
437 if (ssi != NULL) { in http_ssi_state_free()
438 HTTP_FREE_SSI_STATE(ssi); in http_ssi_state_free()
497 if (hs->ssi) { in http_state_eof()
498 http_ssi_state_free(hs->ssi); in http_state_eof()
499 hs->ssi in http_state_eof()
767 struct http_ssi_state *ssi; global() local
1226 struct http_ssi_state *ssi = hs->ssi; global() local
2336 struct http_ssi_state *ssi = http_ssi_state_alloc(); global() local
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
H A Davs.c299 lws_ss_info_t ssi; in ss_avs_event_state() local
319 memset(&ssi, 0, sizeof(ssi)); in ss_avs_event_state()
320 ssi.handle_offset = offsetof(ss_avs_metadata_t, ss); in ss_avs_event_state()
321 ssi.opaque_user_data_offset = offsetof(ss_avs_metadata_t, in ss_avs_event_state()
323 ssi.rx = ss_avs_metadata_rx; in ss_avs_event_state()
324 ssi.tx = ss_avs_metadata_tx; in ss_avs_event_state()
325 ssi.state = ss_avs_metadata_state; in ss_avs_event_state()
326 ssi.user_alloc = sizeof(ss_avs_metadata_t); in ss_avs_event_state()
327 ssi in ss_avs_event_state()
368 lws_ss_info_t ssi; avs_example_start() local
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
H A Dminimal-secure-streams.c234 lws_ss_info_t ssi; in min_sec_str_sequencer_cb() local
246 memset(&ssi, 0, sizeof(ssi)); in min_sec_str_sequencer_cb()
247 ssi.handle_offset = offsetof(myss_t, ss); in min_sec_str_sequencer_cb()
248 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data); in min_sec_str_sequencer_cb()
249 ssi.rx = myss_rx; in min_sec_str_sequencer_cb()
250 ssi.tx = myss_tx; in min_sec_str_sequencer_cb()
251 ssi.state = myss_state; in min_sec_str_sequencer_cb()
252 ssi.user_alloc = sizeof(myss_t); in min_sec_str_sequencer_cb()
256 ssi in min_sec_str_sequencer_cb()
[all...]
/third_party/libwebsockets/lib/secure-streams/system/fetch-policy/
H A Dfetch-policy.c137 lws_ss_info_t ssi; in lws_ss_sys_fetch_policy() local
144 memset(&ssi, 0, sizeof(ssi)); in lws_ss_sys_fetch_policy()
145 ssi.handle_offset = offsetof(ss_fetch_policy_t, ss); in lws_ss_sys_fetch_policy()
146 ssi.opaque_user_data_offset = offsetof(ss_fetch_policy_t, opaque_data); in lws_ss_sys_fetch_policy()
147 ssi.rx = ss_fetch_policy_rx; in lws_ss_sys_fetch_policy()
148 ssi.tx = ss_fetch_policy_tx; in lws_ss_sys_fetch_policy()
149 ssi.state = ss_fetch_policy_state; in lws_ss_sys_fetch_policy()
150 ssi.user_alloc = sizeof(ss_fetch_policy_t); in lws_ss_sys_fetch_policy()
151 ssi in lws_ss_sys_fetch_policy()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
H A Dminimal-secure-streams.c230 lws_ss_info_t ssi; in app_system_state_nf() local
234 memset(&ssi, 0, sizeof(ssi)); in app_system_state_nf()
235 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf()
236 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf()
238 ssi.rx = myss_rx; in app_system_state_nf()
239 ssi.tx = myss_tx; in app_system_state_nf()
240 ssi.state = myss_state; in app_system_state_nf()
241 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
242 ssi in app_system_state_nf()
[all...]
/third_party/libwebsockets/lib/secure-streams/cpp/
H A Dlss.cxx54 lws_ss_info_t ssi; in lss() local
57 memset(&ssi, 0, sizeof(ssi)); in lss()
71 ssi.handle_offset = offsetof(lssPriv, lssPriv::m_ss); in lss()
72 ssi.opaque_user_data_offset = offsetof(lssPriv, lssPriv::m_plss); in lss()
74 ssi.user_alloc = sizeof(lssPriv); in lss()
75 ssi.rx = rx; in lss()
76 ssi.tx = tx; in lss()
77 ssi.state = state; in lss()
78 ssi in lss()
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c83 if (!h->ssi.state) in lws_sspc_event_helper()
87 ret = h->ssi.state((void *)((uint8_t *)(h + 1)), NULL, cs, flags); in lws_sspc_event_helper()
132 lws_metrics_tag_add(&h->cal_txn.mtags_owner, "ss", h->ssi.streamtype); in lws_sspc_sul_retry_cb()
236 if (h->ssi.state) { in callback_sspc_client()
241 r = h->ssi.state(lws_sspc_to_user_object(h), NULL, in callback_sspc_client()
252 lwsl_sspc_info(h, "CONNECTED (%s)", h->ssi.streamtype); in callback_sspc_client()
281 if (h->ss_dangling_connected && h->ssi.state) { in callback_sspc_client()
286 r = h->ssi.state(ss_to_userobj(h), NULL, in callback_sspc_client()
335 &h->ssi, 1); in callback_sspc_client()
404 n = (int)strlen(h->ssi in callback_sspc_client()
620 lws_sspc_create(struct lws_context *context, int tsi, const lws_ss_info_t *ssi, void *opaque_user_data, lws_sspc_handle_t **ppss, struct lws_sequencer *seq_owner, const char **ppayload_fmt) lws_sspc_create() argument
[all...]
H A Dsecure-streams.c943 lws_ss_create(struct lws_context *context, int tsi, const lws_ss_info_t *ssi, in lws_ss_create() argument
960 pol = ssi->policy; in lws_ss_create()
975 lws_fi_inherit_copy(&temp_fic, &context->fic, "ss", ssi->streamtype); in lws_ss_create()
980 pol = lws_ss_policy_lookup(context, ssi->streamtype); in lws_ss_create()
984 pol = lws_ss_policy_lookup(context, ssi->streamtype); in lws_ss_create()
988 ssi->streamtype); in lws_ss_create()
996 if (ssi->flags & LWSSSINFLAGS_REGISTER_SINK) { in lws_ss_create()
1010 __func__, ssi->streamtype); in lws_ss_create()
1035 size = sizeof(*h) + ssi->user_alloc + in lws_ss_create()
1036 (ssi in lws_ss_create()
[all...]
H A Dsecure-streams-serialize.c363 lws_ss_handle_t **pss, lws_ss_info_t *ssi, char client) in lws_ss_deserialize_parse()
618 client_pss_to_sspc_h(pss, ssi) && in lws_ss_deserialize_parse()
619 ssi->rx) { in lws_ss_deserialize_parse()
623 ret = ssi->rx(client_pss_to_userdata(pss), in lws_ss_deserialize_parse()
628 if (lws_fi(&client_pss_to_sspc_h(pss, ssi)->fic, in lws_ss_deserialize_parse()
764 if (ssi->rx && client_pss_to_sspc_h(pss, ssi)) { in lws_ss_deserialize_parse()
768 ret = ssi->rx(client_pss_to_userdata(pss), in lws_ss_deserialize_parse()
771 if (client_pss_to_sspc_h(pss, ssi) && in lws_ss_deserialize_parse()
772 lws_fi(&client_pss_to_sspc_h(pss, ssi) in lws_ss_deserialize_parse()
359 lws_ss_deserialize_parse(struct lws_ss_serialization_parser *par, struct lws_context *context, struct lws_dsh *dsh, const uint8_t *cp, size_t len, lws_ss_conn_states_t *state, void *parconn, lws_ss_handle_t **pss, lws_ss_info_t *ssi, char client) lws_ss_deserialize_parse() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c620 lws_ss_info_t ssi; in avs_query_start() local
624 memset(&ssi, 0, sizeof(ssi)); in avs_query_start()
625 ssi.handle_offset = offsetof(ss_avs_metadata_t, ss); in avs_query_start()
626 ssi.opaque_user_data_offset = offsetof(ss_avs_metadata_t, opaque_data); in avs_query_start()
627 ssi.rx = ss_avs_metadata_rx; in avs_query_start()
628 ssi.tx = ss_avs_metadata_tx; in avs_query_start()
629 ssi.state = ss_avs_metadata_state; in avs_query_start()
630 ssi.user_alloc = sizeof(ss_avs_metadata_t); in avs_query_start()
631 ssi in avs_query_start()
650 lws_ss_info_t ssi; avs_example_start() local
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dminimal-secure-streams.c150 lws_ss_info_t ssi; in app_system_state_nf() local
154 memset(&ssi, 0, sizeof(ssi)); in app_system_state_nf()
155 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf()
156 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf()
158 ssi.rx = myss_rx; in app_system_state_nf()
159 ssi.tx = myss_tx; in app_system_state_nf()
160 ssi.state = myss_state; in app_system_state_nf()
161 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
162 ssi in app_system_state_nf()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DspreadMethods.js25 let ssi = { ...i, ...i };
29 ssi.p;
30 ssi.m(); // ok
31 ssi.g; // ok
63 let ssi = { ...i, ...i };
67 ssi.p;
68 ssi.m(); // ok
69 ssi.g; // ok
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c266 lws_ss_info_t ssi; in lws_ss_sys_auth_api_amazon_com() local
273 memset(&ssi, 0, sizeof(ssi)); in lws_ss_sys_auth_api_amazon_com()
274 ssi.handle_offset = offsetof(ss_api_amazon_auth_t, ss); in lws_ss_sys_auth_api_amazon_com()
275 ssi.opaque_user_data_offset = offsetof(ss_api_amazon_auth_t, opaque_data); in lws_ss_sys_auth_api_amazon_com()
276 ssi.rx = ss_api_amazon_auth_rx; in lws_ss_sys_auth_api_amazon_com()
277 ssi.tx = ss_api_amazon_auth_tx; in lws_ss_sys_auth_api_amazon_com()
278 ssi.state = ss_api_amazon_auth_state; in lws_ss_sys_auth_api_amazon_com()
279 ssi.user_alloc = sizeof(ss_api_amazon_auth_t); in lws_ss_sys_auth_api_amazon_com()
280 ssi in lws_ss_sys_auth_api_amazon_com()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c366 lws_ss_info_t ssi; in app_system_state_nf() local
370 memset(&ssi, 0, sizeof(ssi)); in app_system_state_nf()
371 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf()
372 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf()
374 ssi.rx = myss_rx; in app_system_state_nf()
375 ssi.tx = myss_tx; in app_system_state_nf()
376 ssi.state = myss_state; in app_system_state_nf()
377 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
378 ssi in app_system_state_nf()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c429 lws_ss_info_t ssi; in app_system_state_nf() local
433 memset(&ssi, 0, sizeof(ssi)); in app_system_state_nf()
434 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf()
435 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf()
437 ssi.rx = myss_rx; in app_system_state_nf()
438 ssi.tx = myss_tx; in app_system_state_nf()
439 ssi.state = myss_state; in app_system_state_nf()
440 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
441 ssi in app_system_state_nf()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c462 lws_ss_info_t ssi; in app_system_state_nf() local
466 memset(&ssi, 0, sizeof(ssi)); in app_system_state_nf()
467 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf()
468 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf()
470 ssi.rx = myss_rx; in app_system_state_nf()
471 ssi.tx = myss_tx; in app_system_state_nf()
472 ssi.state = myss_state; in app_system_state_nf()
474 ssi.dump = myss_headers_dump; in app_system_state_nf()
476 ssi in app_system_state_nf()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c404 lws_ss_info_t ssi; in create_ss() local
411 memset(&ssi, 0, sizeof(ssi)); in create_ss()
412 ssi.handle_offset = offsetof(myss_t, ss); in create_ss()
413 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data); in create_ss()
414 ssi.rx = myss_rx; in create_ss()
415 ssi.tx = myss_tx; in create_ss()
416 ssi.state = myss_state; in create_ss()
418 ssi.dump = myss_headers_dump; in create_ss()
420 ssi in create_ss()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c423 lws_ss_info_t ssi; in app_system_state_nf() local
427 memset(&ssi, 0, sizeof(ssi)); in app_system_state_nf()
428 ssi.handle_offset = offsetof(myss_t, ss); in app_system_state_nf()
429 ssi.opaque_user_data_offset = offsetof(myss_t, in app_system_state_nf()
431 ssi.rx = myss_rx; in app_system_state_nf()
432 ssi.tx = myss_tx; in app_system_state_nf()
433 ssi.state = myss_state; in app_system_state_nf()
434 ssi.user_alloc = sizeof(myss_t); in app_system_state_nf()
435 ssi in app_system_state_nf()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c716 lws_ss_info_t ssi; in tests_start_next() local
736 memset(&ssi, 0, sizeof(ssi)); in tests_start_next()
737 ssi.handle_offset = offsetof(myss_t, ss); in tests_start_next()
738 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data); in tests_start_next()
739 ssi.rx = myss_rx; in tests_start_next()
740 ssi.tx = myss_tx; in tests_start_next()
741 ssi.state = myss_state; in tests_start_next()
742 ssi.user_alloc = sizeof(myss_t); in tests_start_next()
743 ssi in tests_start_next()
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
H A Dmain.c124 const lws_ss_info_t *ssi; member
239 if (!(++next_test)->ssi) { in myss_state()
245 if (lws_ss_create(context, 0, next_test->ssi, in myss_state()
294 { .ssi = &ssi_get },
295 { .ssi = &ssi_get404, .expect_nack = 1 },
296 { .ssi = &ssi_post, .send = 4096 },
297 { .ssi = NULL }
319 if (lws_ss_create(context, 0, next_test->ssi, in app_system_state_nf()
/third_party/lzma/C/
H A D7zArcIn.c871 static SRes ReadSubStreamsInfo(CSzAr *p, CSzData *sd, CSubStreamInfo *ssi) in ReadSubStreamsInfo() argument
885 ssi->sdNumSubStreams.Data = sd->Data; in ReadSubStreamsInfo()
900 ssi->sdNumSubStreams.Size = (size_t)(sd->Data - ssi->sdNumSubStreams.Data); in ReadSubStreamsInfo()
908 if (!ssi->sdNumSubStreams.Data) in ReadSubStreamsInfo()
915 ssi->NumTotalSubStreams = numUnpackStreams; in ReadSubStreamsInfo()
916 ssi->NumSubDigests = numSubDigests; in ReadSubStreamsInfo()
920 ssi->sdSizes.Data = sd->Data; in ReadSubStreamsInfo()
922 ssi->sdSizes.Size = (size_t)(sd->Data - ssi in ReadSubStreamsInfo()
944 SzReadStreamsInfo(CSzAr *p, CSzData *sd, UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, UInt64 *dataOffset, CSubStreamInfo *ssi, ISzAllocPtr alloc) SzReadStreamsInfo() argument
999 CSubStreamInfo ssi; SzReadAndDecodePackedStreams() local
1119 CSubStreamInfo ssi; SzReadHeader2() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \
55 .altsize=ssi, \
59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,1)
61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,2)
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \
55 .altsize=ssi, \
59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,1)
61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,2)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c89 #define CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, res) \
98 .altsize = ssi, \
103 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) \
104 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 0)
105 #define CASE_NEG(det, expl, scp, spa, sco, sta, gua, ssi, desc) \
106 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 1)
107 #define CASE_UNK(det, expl, scp, spa, sco, sta, gua, ssi, desc) \
108 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 2)
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \
55 .altsize=ssi, \
59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,0)
60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,1)
61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,2)

Completed in 23 milliseconds

12