Home
last modified time | relevance | path

Searched refs:qpack_huffman_decode_table (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack_huffman.c99 t = &qpack_huffman_decode_table[t->fstate & 0x1ff][c >> 4]; in nghttp3_qpack_huffman_decode()
104 t = &qpack_huffman_decode_table[t->fstate & 0x1ff][c & 0xf]; in nghttp3_qpack_huffman_decode()
H A Dnghttp3_qpack_huffman.h75 extern const nghttp3_qpack_huffman_decode_node qpack_huffman_decode_table[][16];
H A Dnghttp3_qpack_huffman_data.c97 const nghttp3_qpack_huffman_decode_node qpack_huffman_decode_table[][16] = { variable

Completed in 4 milliseconds