Home
last modified time | relevance | path

Searched refs:blob_header (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.h1442 .blob_header = {
1465 .blob_header = {
1485 .blob_header = {
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c533 if (pol->u.http.blob_header[0]) { in main()
535 for (n = 0; n < (int)LWS_ARRAY_SIZE(pol->u.http.blob_header); n++) in main()
536 if (pol->u.http.blob_header[n]) in main()
538 pol->u.http.blob_header[n]); in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h282 const char *blob_header[_LWSSS_HBI_COUNT]; member
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c755 if (!h->policy->u.http.blob_header[m]) in secstream_h1()
787 (uint8_t *)h->policy->u.http.blob_header[m], in secstream_h1()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c925 pp = (char **)&a->curr[LTY_POLICY].p->u.http.blob_header[ in lws_ss_policy_parser_cb()