Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.cc792 if (is_settings_ack && encoder_header_table_capacity_when_acking_) { in AfterFrameSent()
794 *encoder_header_table_capacity_when_acking_); in AfterFrameSent()
795 encoder_header_table_capacity_when_acking_ = std::nullopt; in AfterFrameSent()
1268 encoder_header_table_capacity_when_acking_ = value; in OnSetting()
H A Doghttp2_session.h578 std::optional<uint32_t> encoder_header_table_capacity_when_acking_; variable