Searched refs:indices_elems (Results 1 – 2 of 2) sorted by relevance
275 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 …]
69 uint32_t indices_elems[GRPC_CHTTP2_HPACKC_NUM_VALUES]; member