/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
H A D | ss-s3-ss.c | 157 if (lws_ss_set_metadata(m->ss, "s3bucket", in ss_s3_state() 159 lws_ss_set_metadata(m->ss, "s3Obj", in ss_s3_state() 161 lws_ss_set_metadata(m->ss, "ctype", in ss_s3_state() 163 lws_ss_set_metadata(m->ss, "region", in ss_s3_state() 165 lws_ss_set_metadata(m->ss, "service", in ss_s3_state() 167 lws_ss_set_metadata(m->ss, "xacl", in ss_s3_state() 170 lws_ss_set_metadata(m->ss, "xcsha256", in ss_s3_state() 172 lws_ss_set_metadata(m->ss, "xdate", in ss_s3_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
H A D | minimal-secure-streams.c | 318 if (lws_ss_set_metadata(m->ss, "uptag", "myuptag123", 10)) in myss_state() 322 if (lws_ss_set_metadata(m->ss, "ctype", "myctype", 7)) in myss_state() 326 if (lws_ss_set_metadata(m->ss, "X-Test-Type1:", "myctype1", 8)) in myss_state() 329 if (lws_ss_set_metadata(m->ss, "X-Test-Type2:", "myctype2", 8)) in myss_state() 332 if (lws_ss_set_metadata(m->ss, "Content-Type:", "myctype", 7)) in myss_state() 335 if (lws_ss_set_metadata(m->ss, "X-ADP-Authentication-Token:", in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
H A D | minimal-secure-streams.c | 316 if (lws_ss_set_metadata(m->ss, "uptag", "myuptag123", 10)) in myss_state() 320 if (lws_ss_set_metadata(m->ss, "ctype", "myctype", 7)) in myss_state() 324 if (lws_ss_set_metadata(m->ss, "X-Test-Type1:", "myctype1", 8)) in myss_state() 327 if (lws_ss_set_metadata(m->ss, "X-Test-Type2:", "myctype2", 8)) in myss_state() 330 if (lws_ss_set_metadata(m->ss, "Content-Type:", "myctype", 7)) in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
H A D | ss-server.c | 194 if (lws_ss_set_metadata(m->ss, "mime", in myss_srv_state() 198 if (lws_ss_set_metadata(m->ss, "mime", "text/html", 9)) in myss_srv_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
H A D | minimal-secure-streams.c | 101 if (lws_ss_set_metadata(m->ss, "uptag", "myuptag123", 10)) in myss_state() 103 if (lws_ss_set_metadata(m->ss, "ctype", "myctype", 7)) in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
H A D | minimal-secure-streams.c | 257 if (lws_ss_set_metadata(m->ss, "uptag", "myuptag123", 10)) in myss_state() 261 if (lws_ss_set_metadata(m->ss, "ctype", "myctype", 7)) in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
H A D | minimal-secure-streams.c | 313 if (lws_ss_set_metadata(m->ss, "uptag", "myuptag123", 10)) in myss_state() 317 if (lws_ss_set_metadata(m->ss, "ctype", "myctype", 7)) in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/ |
H A D | minimal-secure-streams.c | 196 if (lws_ss_set_metadata(m->ss, "servername", server_name_or_url, in myss_state()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams.h | 631 * lws_ss_set_metadata() - allow user to bind external data to defined ss metadata 656 lws_ss_set_metadata(struct lws_ss_handle *h, const char *name, 667 * Same as lws_ss_set_metadata(), but allocates a heap buffer for the data
|
H A D | lws-secure-streams-client.h | 56 #define lws_ss_set_metadata lws_sspc_set_metadata macro
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
H A D | minimal-secure-streams.c | 284 if (lws_ss_set_metadata(m->ss, "hugearg", hugeurl, hugeurl_size)) in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/ |
H A D | minimal-secure-streams-post.c | 361 if (lws_ss_set_metadata(m->ss, "ctype", in myss_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
H A D | minimal-secure-streams-testsfail.c | 689 if (lws_ss_set_metadata(m->ss, "amount", buf, sl)) in myss_state()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-common.c | 83 lws_ss_set_metadata(struct lws_ss_handle *h, const char *name, in lws_ss_set_metadata() function
|