Home
last modified time | relevance | path

Searched refs:huffman_encoded (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd.h255 uint8_t huffman_encoded; member
Dnghttp2_hd.c743 inflater->huffman_encoded = 0; in nghttp2_hd_inflate_init()
1624 inflater->huffman_encoded = (*in & (1 << 7)) != 0; in hd_inflate_set_huffman_encoded()
2003 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2019 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
2087 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2104 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.h255 uint8_t huffman_encoded; member
Dnghttp2_hd.c743 inflater->huffman_encoded = 0; in nghttp2_hd_inflate_init()
1624 inflater->huffman_encoded = (*in & (1 << 7)) != 0; in hd_inflate_set_huffman_encoded()
2003 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2019 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
2087 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2104 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()