Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/h2/
H A Dhpack.c1030 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()
H A Dprivate-lib-roles-h2.h292 uint16_t hpack_pos; member