Home
last modified time | relevance | path

Searched refs:count_respmap (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c385 if (!pol->u.http.count_respmap) in main()
395 for (n = 0; n < pol->u.http.count_respmap; n++) { in main()
530 pol->u.http.count_respmap); in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h300 uint8_t count_respmap; member
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c198 int n = h->policy->u.http.count_respmap; in lws_ss_http_resp_to_state()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c382 a->curr[LTY_POLICY].p->u.http.count_respmap = (uint8_t)a->count; in lws_ss_policy_parser_cb()