Home
last modified time | relevance | path

Searched refs:resp_expect (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dstatic-policy.h218 .resp_expect = 204,
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h299 uint16_t resp_expect; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c552 if (pol->u.http.resp_expect) in main()
553 printf("\t\t\t.resp_expect = %u,\n", pol->u.http.resp_expect); in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.h1322 .resp_expect = 204,
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c606 if (h->policy->u.http.resp_expect) in secstream_h1()
608 status == h->policy->u.http.resp_expect; in secstream_h1()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c740 a->curr[LTY_POLICY].p->u.http.resp_expect = (uint16_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()