Lines Matching refs:hpack_e_dep
1719 h2n->hpack_e_dep &= ~(1u << 31); in lws_h2_parse_end_of_frame()
1722 (unsigned int)h2n->hpack_e_dep, in lws_h2_parse_end_of_frame()
1723 (unsigned int)h2n->hpack_e_dep); 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()
1753 if (!h2n->hpack_e_dep) { in lws_h2_parse_end_of_frame()
1759 eff_wsi->txc.tx_cr += h2n->hpack_e_dep; in lws_h2_parse_end_of_frame()
1762 (int32_t)h2n->hpack_e_dep); in lws_h2_parse_end_of_frame()
1801 (unsigned int)h2n->hpack_e_dep); in lws_h2_parse_end_of_frame()
2183 h2n->hpack_e_dep <<= 8; in lws_h2_parser()
2184 h2n->hpack_e_dep |= c; in lws_h2_parser()
2200 h2n->hpack_e_dep <<= 8; in lws_h2_parser()
2201 h2n->hpack_e_dep |= c; in lws_h2_parser()