Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc81 typedef uint32_t HpackEncoderIndex; typedef
124 static HpackEncoderIndex HpackIndex(const Hashtable* hashtable, in HpackIndex()
149 HpackEncoderIndex hpack_index) { in UpdateIndex()
155 const ValueType& value, HpackEncoderIndex hpack_index) { in SetIndex()
162 uint32_t value_hash, HpackEncoderIndex* index) { in GetMatchingIndex()
183 HpackEncoderIndex new_index) { in ReplaceOlderIndex()
184 const HpackEncoderIndex hpack_idx_a = hashtable[hash_index_a].index; in ReplaceOlderIndex()
185 const HpackEncoderIndex hpack_idx_b = hashtable[hash_index_b].index; in ReplaceOlderIndex()
195 uint32_t value_hash, HpackEncoderIndex new_index) { in UpdateAddOrEvict()
653 HpackEncoderIndex indices_key; in maybe_emit_indexed()
[all …]