Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dhpack.c859 h2n->hpack_type = HPKT_INDEXED_HDR_7; in lws_hpack_interpret()
898 h2n->hpack_type = HPKT_LITERAL_HDR_VALUE_INCR; in lws_hpack_interpret()
905 h2n->hpack_type = HPKT_INDEXED_HDR_6_VALUE_INCR; in lws_hpack_interpret()
933 h2n->hpack_type = HPKT_LITERAL_HDR_VALUE; in lws_hpack_interpret()
940 h2n->hpack_type = HPKT_LITERAL_HDR_VALUE_NEVER; in lws_hpack_interpret()
949 h2n->hpack_type = HPKT_INDEXED_HDR_4_VALUE_NEVER; in lws_hpack_interpret()
952 h2n->hpack_type = HPKT_INDEXED_HDR_4_VALUE; in lws_hpack_interpret()
972 h2n->hpack_type = HPKT_SIZE_5; in lws_hpack_interpret()
998 switch (h2n->hpack_type) { in lws_hpack_interpret()
1056 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