Home
last modified time | relevance | path

Searched defs:SetMaxFrameSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhttp2_settings.h76 void SetMaxFrameSize(uint32_t x) { in SetMaxFrameSize() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dhttp2_frame_decoder_adapter.cc311 void Http2DecoderAdapter::SetMaxFrameSize(size_t max_frame_size) { in SetMaxFrameSize() function in http2::Http2DecoderAdapter