Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1439 struct lws *eff_wsi = wsi; in lws_h2_parse_end_of_frame() local
1896 eff_wsi = h2n->swsi; in lws_h2_parse_end_of_frame()
1898 if (!eff_wsi) { in lws_h2_parse_end_of_frame()
1905 if (eff_wsi->a.vhost->options & in lws_h2_parse_end_of_frame()
1907 (uint64_t)eff_wsi->txc.tx_cr + (uint64_t)h2n->hpack_e_dep > in lws_h2_parse_end_of_frame()
1909 h2n->hpack_e_dep = (uint32_t)(0x7fffffff - eff_wsi->txc.tx_cr); in lws_h2_parse_end_of_frame()
1911 if ((uint64_t)eff_wsi->txc.tx_cr + (uint64_t)h2n->hpack_e_dep > in lws_h2_parse_end_of_frame()
1914 __func__, (unsigned long long)eff_wsi->txc.tx_cr, in lws_h2_parse_end_of_frame()
1916 (unsigned long long)eff_wsi->txc.tx_cr + (unsigned long long)h2n->hpack_e_dep); in lws_h2_parse_end_of_frame()
1932 n = eff_wsi->txc.tx_cr; in lws_h2_parse_end_of_frame()
[all …]