Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhttp2.c1351 struct lws *eff_wsi = wsi; in lws_h2_parse_end_of_frame() local
1726 eff_wsi = h2n->swsi; in lws_h2_parse_end_of_frame()
1728 if (!eff_wsi) { in lws_h2_parse_end_of_frame()
1735 if (eff_wsi->vhost->options & in lws_h2_parse_end_of_frame()
1737 (uint64_t)eff_wsi->txc.tx_cr + (uint64_t)h2n->hpack_e_dep > in lws_h2_parse_end_of_frame()
1739 h2n->hpack_e_dep = 0x7fffffff - eff_wsi->txc.tx_cr; in lws_h2_parse_end_of_frame()
1741 if ((uint64_t)eff_wsi->txc.tx_cr + (uint64_t)h2n->hpack_e_dep > in lws_h2_parse_end_of_frame()
1758 n = eff_wsi->txc.tx_cr; in lws_h2_parse_end_of_frame()
1759 eff_wsi->txc.tx_cr += h2n->hpack_e_dep; in lws_h2_parse_end_of_frame()
1761 lws_wsi_txc_report_manual_txcr_in(eff_wsi, in lws_h2_parse_end_of_frame()
[all …]