Home
last modified time | relevance | path

Searched defs:header_table_size (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dsettings.rs10 header_table_size: Option<u32>, field
120 pub fn header_table_size(&self) -> Option<u32> { in header_table_size() method
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_decoder_state.cc41 uint32_t header_table_size) { in ApplyHeaderTableSizeSetting()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/test/
Dfixture.rs127 header_table_size: Option<usize>, field
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhttp2_settings.h53 uint32_t header_table_size() const { return header_table_size_; } in header_table_size() function
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dclient.rs1134 pub fn header_table_size(&mut self, size: u32) -> &mut Self { in header_table_size() method