Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc653 HpackEncoderIndex indices_key; in maybe_emit_indexed() local
655 elem_hash, &indices_key) && in maybe_emit_indexed()
656 indices_key > c->tail_remote_index) { in maybe_emit_indexed()
657 emit_indexed(c, dynidx(c, indices_key), st); in maybe_emit_indexed()
666 framer_state* st, uint32_t indices_key, in emit_maybe_add() argument
670 emit_lithdr<EmitLitHdrType::INC_IDX>(c, dynidx(c, indices_key), elem, st); in emit_maybe_add()
673 emit_lithdr<EmitLitHdrType::NO_IDX>(c, dynidx(c, indices_key), elem, st); in emit_maybe_add()
722 HpackEncoderIndex indices_key; in hpack_enc() local
724 c->key_table.entries, elem_key.refcount, key_hash, &indices_key) && in hpack_enc()
725 indices_key > c->tail_remote_index) { in hpack_enc()
[all …]