Home
last modified time | relevance | path

Searched refs:lws_ss_set_metadata (Results 1 - 14 of 14) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dss-s3-ss.c157 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 Dminimal-secure-streams.c318 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 Dminimal-secure-streams.c316 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 Dss-server.c194 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 Dminimal-secure-streams.c101 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 Dminimal-secure-streams.c257 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 Dminimal-secure-streams.c313 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 Dminimal-secure-streams.c196 if (lws_ss_set_metadata(m->ss, "servername", server_name_or_url, in myss_state()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams.h631 * 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 Dlws-secure-streams-client.h56 #define lws_ss_set_metadata lws_sspc_set_metadata macro
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c284 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 Dminimal-secure-streams-post.c361 if (lws_ss_set_metadata(m->ss, "ctype", in myss_state()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
H A Dminimal-secure-streams-testsfail.c689 if (lws_ss_set_metadata(m->ss, "amount", buf, sl)) in myss_state()
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-common.c83 lws_ss_set_metadata(struct lws_ss_handle *h, const char *name, in lws_ss_set_metadata() function

Completed in 10 milliseconds