Home
last modified time | relevance | path

Searched refs:ProcessConnectionCloseFrame (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.h872 bool ProcessConnectionCloseFrame(QuicDataReader* reader,
H A Dquic_framer.cc2606 if (!ProcessConnectionCloseFrame(reader, &frame)) { in ProcessFrameData()
3919 bool QuicFramer::ProcessConnectionCloseFrame(QuicDataReader* reader, in ProcessConnectionCloseFrame() function in quic::QuicFramer