Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_decoder.cc26 void HpackDecoder::ApplyHeaderTableSizeSetting(uint32_t max_header_table_size) { in ApplyHeaderTableSizeSetting() function in http2::HpackDecoder
H A Dhpack_decoder_state.cc40 void HpackDecoderState::ApplyHeaderTableSizeSetting( in ApplyHeaderTableSizeSetting() function in http2::HpackDecoderState
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_decoder_adapter.cc31 void HpackDecoderAdapter::ApplyHeaderTableSizeSetting(size_t size_setting) { in ApplyHeaderTableSizeSetting() function in spdy::HpackDecoderAdapter
H A Dhpack_encoder.cc122 void HpackEncoder::ApplyHeaderTableSizeSetting(size_t size_setting) { in ApplyHeaderTableSizeSetting() function in spdy::HpackEncoder
H A Dhpack_decoder_adapter_test.cc239 TEST_P(HpackDecoderAdapterTest, ApplyHeaderTableSizeSetting) { in TEST_P() argument