Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc232 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index; in add_key_with_index()
235 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index; in add_key_with_index()
240 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index; in add_key_with_index()
245 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index; in add_key_with_index()
246 } else if (c->indices_keys[HASH_FRAGMENT_2(key_hash)] < in add_key_with_index()
247 c->indices_keys[HASH_FRAGMENT_3(key_hash)]) { in add_key_with_index()
251 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index; in add_key_with_index()
256 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index; in add_key_with_index()
540 indices_key = c->indices_keys[HASH_FRAGMENT_2(key_hash)]; in hpack_enc()
550 indices_key = c->indices_keys[HASH_FRAGMENT_3(key_hash)]; in hpack_enc()
Dhpack_encoder.h68 uint32_t indices_keys[GRPC_CHTTP2_HPACKC_NUM_VALUES]; member