Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.h1014 bool AppendMaxStreamDataFrame(const QuicWindowUpdateFrame& frame,
H A Dquic_framer.cc1115 if (!AppendMaxStreamDataFrame(frame.window_update_frame, writer)) { in AppendIetfFrames()
6150 bool QuicFramer::AppendMaxStreamDataFrame(const QuicWindowUpdateFrame& frame, in AppendMaxStreamDataFrame() function in quic::QuicFramer