Home
last modified time | relevance | path

Searched refs:ProcessRstStreamFrame (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/
H A Dconnection.h252 Status ProcessRstStreamFrame(const internal::FrameHeader&);
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dconnection.cc342 PW_TRY(ProcessRstStreamFrame(frame)); in ProcessFrame()
878 Status Connection::Reader::ProcessRstStreamFrame(const FrameHeader& frame) { in ProcessRstStreamFrame() function in pw::grpc::Connection::Reader
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.h871 bool ProcessRstStreamFrame(QuicDataReader* reader, QuicRstStreamFrame* frame);
H A Dquic_framer.cc2592 if (!ProcessRstStreamFrame(reader, &frame)) { in ProcessFrameData()
3891 bool QuicFramer::ProcessRstStreamFrame(QuicDataReader* reader, in ProcessRstStreamFrame() function in quic::QuicFramer