Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h219 } lws_ss_http_respmap_t; typedef
285 const lws_ss_http_respmap_t *respmap;
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h395 lws_ss_http_respmap_t respmap[16];
Dpolicy-json.c375 sizeof(lws_ss_http_respmap_t) * (unsigned int)a->count, POL_AC_GRAIN); in lws_ss_policy_parser_cb()
381 a->respmap, sizeof(lws_ss_http_respmap_t) * (unsigned int)a->count); in lws_ss_policy_parser_cb()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c400 est += sizeof(lws_ss_http_respmap_t); in main()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c197 const lws_ss_http_respmap_t *r = h->policy->u.http.respmap; in lws_ss_http_resp_to_state()