Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc275 c->indices_elems[HASH_FRAGMENT_2(elem_hash)] = new_index; in add_elem_with_index()
279 c->indices_elems[HASH_FRAGMENT_3(elem_hash)] = new_index; in add_elem_with_index()
283 c->indices_elems[HASH_FRAGMENT_2(elem_hash)] = new_index; in add_elem_with_index()
287 c->indices_elems[HASH_FRAGMENT_3(elem_hash)] = new_index; in add_elem_with_index()
288 } else if (c->indices_elems[HASH_FRAGMENT_2(elem_hash)] < in add_elem_with_index()
289 c->indices_elems[HASH_FRAGMENT_3(elem_hash)]) { in add_elem_with_index()
293 c->indices_elems[HASH_FRAGMENT_2(elem_hash)] = new_index; in add_elem_with_index()
298 c->indices_elems[HASH_FRAGMENT_3(elem_hash)] = new_index; in add_elem_with_index()
508 c->indices_elems[HASH_FRAGMENT_2(elem_hash)] > c->tail_remote_index) { in hpack_enc()
510 emit_indexed(c, dynidx(c, c->indices_elems[HASH_FRAGMENT_2(elem_hash)]), in hpack_enc()
[all …]
Dhpack_encoder.h69 uint32_t indices_elems[GRPC_CHTTP2_HPACKC_NUM_VALUES]; member