Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhpack.c1031 h2n->hpack_pos = 0; in lws_hpack_interpret()
1115 prev = h2n->hpack_pos; in lws_hpack_interpret()
1116 h2n->hpack_pos = huftable_decode( in lws_hpack_interpret()
1117 h2n->hpack_pos, b); in lws_hpack_interpret()
1119 if (h2n->hpack_pos == 0xffff) { in lws_hpack_interpret()
1123 if (!(h2n->hpack_pos & 0x8000)) { in lws_hpack_interpret()
1129 c1 = h2n->hpack_pos & 0x7fff; in lws_hpack_interpret()
1130 h2n->hpack_pos = 0; in lws_hpack_interpret()
Dprivate-lib-roles-h2.h292 uint16_t hpack_pos; member