Home
last modified time | relevance | path

Searched refs:nghttp3_qpack_huffman_decode_node (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack_huffman.h57 typedef struct nghttp3_qpack_huffman_decode_node { struct
68 } nghttp3_qpack_huffman_decode_node; argument
75 extern const nghttp3_qpack_huffman_decode_node qpack_huffman_decode_table[][16];
Dnghttp3_qpack_huffman.c91 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()
Dnghttp3_qpack_huffman_data.c97 const nghttp3_qpack_huffman_decode_node qpack_huffman_decode_table[][16] = {