Home
last modified time | relevance | path

Searched refs:huffman_encoded (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.h256 uint8_t huffman_encoded; member
H A Dnghttp2_hd.c748 inflater->huffman_encoded = 0; in nghttp2_hd_inflate_init()
1630 inflater->huffman_encoded = (*in & (1 << 7)) != 0; in hd_inflate_set_huffman_encoded()
2009 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2025 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
2093 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2110 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h256 uint8_t huffman_encoded; member
H A Dnghttp2_hd.c748 inflater->huffman_encoded = 0; in nghttp2_hd_inflate_init()
1630 inflater->huffman_encoded = (*in & (1 << 7)) != 0; in hd_inflate_set_huffman_encoded()
2009 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2025 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
2093 DEBUGF("inflatehd: huffman encoded=%d\n", inflater->huffman_encoded != 0); in nghttp2_hd_inflate_hd_nv()
2110 if (inflater->huffman_encoded) { in nghttp2_hd_inflate_hd_nv()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h187 int huffman_encoded; member
H A Dnghttp3_qpack.c2634 rstate->huffman_encoded = 0; in nghttp3_qpack_read_state_reset()
2741 rstate->huffman_encoded = (b & (1 << rstate->prefix)) != 0; in qpack_read_state_check_huffman()
2885 if (decoder->rstate.huffman_encoded) { in nghttp3_qpack_decoder_read_encoder()
2967 if (decoder->rstate.huffman_encoded) { in nghttp3_qpack_decoder_read_encoder()
3462 if (sctx->rstate.huffman_encoded) { in nghttp3_qpack_decoder_read_request()
3542 if (sctx->rstate.huffman_encoded) { in nghttp3_qpack_decoder_read_request()

Completed in 14 milliseconds