Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dhpack.c860 h2n->hpack_type = HPKT_INDEXED_HDR_7; in lws_hpack_interpret()
899 h2n->hpack_type = HPKT_LITERAL_HDR_VALUE_INCR; in lws_hpack_interpret()
906 h2n->hpack_type = HPKT_INDEXED_HDR_6_VALUE_INCR; in lws_hpack_interpret()
934 h2n->hpack_type = HPKT_LITERAL_HDR_VALUE; in lws_hpack_interpret()
941 h2n->hpack_type = HPKT_LITERAL_HDR_VALUE_NEVER; in lws_hpack_interpret()
950 h2n->hpack_type = HPKT_INDEXED_HDR_4_VALUE_NEVER; in lws_hpack_interpret()
953 h2n->hpack_type = HPKT_INDEXED_HDR_4_VALUE; in lws_hpack_interpret()
973 h2n->hpack_type = HPKT_SIZE_5; in lws_hpack_interpret()
999 switch (h2n->hpack_type) { in lws_hpack_interpret()
1057 if (h2n->hpack_type == HPKT_LITERAL_HDR_VALUE || in lws_hpack_interpret()
[all …]
Dprivate-lib-roles-h2.h262 enum http2_hpack_type hpack_type; member