Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc230 if (grpc_slice_eq(c->entries_keys[HASH_FRAGMENT_2(key_hash)], in add_key_with_index()
233 } else if (grpc_slice_eq(c->entries_keys[HASH_FRAGMENT_3(key_hash)], 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()
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()
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()
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()
[all …]
Dhpack_encoder.h66 grpc_slice entries_keys[GRPC_CHTTP2_HPACKC_NUM_VALUES]; member