Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc48 #define HASH_FRAGMENT_3(x) \ macro
233 } else if (grpc_slice_eq(c->entries_keys[HASH_FRAGMENT_3(key_hash)], in add_key_with_index()
235 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index; in add_key_with_index()
241 } else if (c->entries_keys[HASH_FRAGMENT_3(key_hash)].refcount == in add_key_with_index()
243 c->entries_keys[HASH_FRAGMENT_3(key_hash)] = in add_key_with_index()
245 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index; in add_key_with_index()
247 c->indices_keys[HASH_FRAGMENT_3(key_hash)]) { in add_key_with_index()
253 grpc_slice_unref_internal(c->entries_keys[HASH_FRAGMENT_3(key_hash)]); in add_key_with_index()
254 c->entries_keys[HASH_FRAGMENT_3(key_hash)] = in add_key_with_index()
256 c->indices_keys[HASH_FRAGMENT_3(key_hash)] = new_index; in add_key_with_index()
[all …]