Searched defs:max_table_size (Results 1 – 4 of 4) sorted by relevance
148 const size_t max_table_size = kMaxHuffmanTableSize[(alphabet_size + 31) >> 5]; in BrotliDecoderHuffmanTreeGroupInit() local
43 uint32_t max_table_size; member
615 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_usable_size()641 grpc_chttp2_hpack_compressor* c, uint32_t max_table_size) { in grpc_chttp2_hpack_compressor_set_max_table_size()
204 static size_t HashTableSize(size_t max_table_size, size_t input_size) { in HashTableSize()219 const size_t max_table_size = MaxHashTableSize(quality); in GetHashTable() local