Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc46 #define HASH_FRAGMENT_2(x) \ macro
230 if (grpc_slice_eq(c->entries_keys[HASH_FRAGMENT_2(key_hash)], in add_key_with_index()
232 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index; in add_key_with_index()
236 } else if (c->entries_keys[HASH_FRAGMENT_2(key_hash)].refcount == in add_key_with_index()
238 c->entries_keys[HASH_FRAGMENT_2(key_hash)] = in add_key_with_index()
240 c->indices_keys[HASH_FRAGMENT_2(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()
248 grpc_slice_unref_internal(c->entries_keys[HASH_FRAGMENT_2(key_hash)]); in add_key_with_index()
249 c->entries_keys[HASH_FRAGMENT_2(key_hash)] = in add_key_with_index()
251 c->indices_keys[HASH_FRAGMENT_2(key_hash)] = new_index; in add_key_with_index()
[all …]