Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_decoder_adapter.cc25 max_header_block_bytes_(0), in HpackDecoderAdapter()
75 if (max_header_block_bytes_ != 0 && in HandleControlFrameHeadersData()
76 listener_adapter_.total_hpack_bytes() > max_header_block_bytes_) { in HandleControlFrameHeadersData()
111 max_header_block_bytes_ = max_header_block_bytes; in set_max_header_block_bytes()
H A Dhpack_decoder_adapter.h129 size_t max_header_block_bytes_; variable