Searched refs:resp_expect (Results 1 – 6 of 6) sorted by relevance
218 .resp_expect = 204,
299 uint16_t resp_expect; member
552 if (pol->u.http.resp_expect) in main()553 printf("\t\t\t.resp_expect = %u,\n", pol->u.http.resp_expect); in main()
1322 .resp_expect = 204,
606 if (h->policy->u.http.resp_expect) in secstream_h1()608 status == h->policy->u.http.resp_expect; in secstream_h1()
740 a->curr[LTY_POLICY].p->u.http.resp_expect = (uint16_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()