Searched refs:nghttp3_qpack_huffman_decode_node (Results 1 – 3 of 3) sorted by relevance
57 typedef struct nghttp3_qpack_huffman_decode_node { struct68 } nghttp3_qpack_huffman_decode_node; argument75 extern const nghttp3_qpack_huffman_decode_node qpack_huffman_decode_table[][16];
91 nghttp3_qpack_huffman_decode_node node = {ctx->fstate, 0}; in nghttp3_qpack_huffman_decode()92 const nghttp3_qpack_huffman_decode_node *t = &node; in nghttp3_qpack_huffman_decode()
97 const nghttp3_qpack_huffman_decode_node qpack_huffman_decode_table[][16] = {