Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhpack.c867 h2n->hpack_m = 0x7f; in lws_hpack_interpret()
911 h2n->hpack_m = 0x3f; in lws_hpack_interpret()
959 h2n->hpack_m = 0xf; in lws_hpack_interpret()
976 h2n->hpack_m = 0x1f; in lws_hpack_interpret()
996 h2n->hpack_len += h2n->hpack_m; in lws_hpack_interpret()
1035 h2n->hpack_m = 0x7f; in lws_hpack_interpret()
1105 h2n->hpack_len += h2n->hpack_m; in lws_hpack_interpret()
Dprivate-lib-roles-h2.h301 uint8_t hpack_m; member