Home
last modified time | relevance | path

Searched refs:huff_sym_table (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd_huffman.c39 nbits += huff_sym_table[src[i]].nbits; in nghttp2_hd_huff_encode_count()
58 sym = &huff_sym_table[*src++]; in nghttp2_hd_huff_encode()
Dnghttp2_hd_huffman_data.c29 const nghttp2_huff_sym huff_sym_table[] = { variable
Dnghttp2_hd_huffman.h69 extern const nghttp2_huff_sym huff_sym_table[];
Dlibnghttp2_shared.map5 huff_sym_table;
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd_huffman.c39 nbits += huff_sym_table[src[i]].nbits; in nghttp2_hd_huff_encode_count()
58 sym = &huff_sym_table[*src++]; in nghttp2_hd_huff_encode()
Dnghttp2_hd_huffman_data.c29 const nghttp2_huff_sym huff_sym_table[] = { variable
Dnghttp2_hd_huffman.h69 extern const nghttp2_huff_sym huff_sym_table[];