Searched refs:hpack_pos (Results 1 – 2 of 2) sorted by relevance
1030 h2n->hpack_pos = 0; in lws_hpack_interpret()1114 prev = h2n->hpack_pos; in lws_hpack_interpret()1115 h2n->hpack_pos = (uint16_t)huftable_decode( in lws_hpack_interpret()1116 (int)h2n->hpack_pos, b); in lws_hpack_interpret()1118 if (h2n->hpack_pos == 0xffff) { in lws_hpack_interpret()1122 if (!(h2n->hpack_pos & 0x8000)) { in lws_hpack_interpret()1128 c1 = (uint8_t)(h2n->hpack_pos & 0x7fff); in lws_hpack_interpret()1129 h2n->hpack_pos = 0; in lws_hpack_interpret()
293 uint16_t hpack_pos; member