Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhpack.c866 h2n->hpack_m = 0x7f; in lws_hpack_interpret()
910 h2n->hpack_m = 0x3f; in lws_hpack_interpret()
958 h2n->hpack_m = 0xf; in lws_hpack_interpret()
975 h2n->hpack_m = 0x1f; in lws_hpack_interpret()
995 h2n->hpack_len += h2n->hpack_m; in lws_hpack_interpret()
1034 h2n->hpack_m = 0x7f; in lws_hpack_interpret()
1104 h2n->hpack_len += h2n->hpack_m; in lws_hpack_interpret()
Dprivate-lib-roles-h2.h302 uint8_t hpack_m; member