Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc174 c->tail_remote_index++; in evict_entry()
175 GPR_ASSERT(c->tail_remote_index > 0); in evict_entry()
177 c->table_elem_size[c->tail_remote_index % c->cap_table_elems]); in evict_entry()
181 c->table_elem_size[c->tail_remote_index % c->cap_table_elems]); in evict_entry()
190 uint32_t new_index = c->tail_remote_index + c->table_elems + 1; in prepare_space_for_new_elem()
452 return 1 + GRPC_CHTTP2_LAST_STATIC_ENTRY + c->tail_remote_index + in dynidx()
508 c->indices_elems[HASH_FRAGMENT_2(elem_hash)] > c->tail_remote_index) { in hpack_enc()
516 c->indices_elems[HASH_FRAGMENT_3(elem_hash)] > c->tail_remote_index) { in hpack_enc()
543 indices_key > c->tail_remote_index) { in hpack_enc()
553 indices_key > c->tail_remote_index) { in hpack_enc()
[all …]
Dhpack_encoder.h53 uint32_t tail_remote_index; member