Home
last modified time | relevance | path

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

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