Home
last modified time | relevance | path

Searched refs:QuicPathChallengeFrame (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/frames/
H A Dquic_path_challenge_frame.cc13 QuicPathChallengeFrame::QuicPathChallengeFrame() in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
16 QuicPathChallengeFrame::QuicPathChallengeFrame( in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
23 QuicPathChallengeFrame::~QuicPathChallengeFrame() {} in ~QuicPathChallengeFrame()
26 const QuicPathChallengeFrame& frame) { in operator <<()
H A Dquic_path_challenge_frame.h18 struct QUIC_EXPORT_PRIVATE QuicPathChallengeFrame { struct
19 QuicPathChallengeFrame();
20 QuicPathChallengeFrame(QuicControlFrameId control_frame_id,
22 ~QuicPathChallengeFrame();
26 const QuicPathChallengeFrame& frame);
H A Dquic_frame.h61 explicit QuicFrame(QuicPathChallengeFrame* frame);
101 QuicPathChallengeFrame* path_challenge_frame;
H A Dquic_frame.cc66 QuicFrame::QuicFrame(QuicPathChallengeFrame* frame) in QuicFrame()
327 copy = QuicFrame(new QuicPathChallengeFrame(*frame.path_challenge_frame)); in CopyQuicFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/frames/
H A Dquic_path_challenge_frame.h16 struct QUIC_EXPORT_PRIVATE QuicPathChallengeFrame { struct
17 QuicPathChallengeFrame() = default;
18 QuicPathChallengeFrame(QuicControlFrameId control_frame_id,
20 ~QuicPathChallengeFrame();
24 const QuicPathChallengeFrame& frame);
H A Dquic_path_challenge_frame.cc13 QuicPathChallengeFrame::QuicPathChallengeFrame( in QuicPathChallengeFrame() function in quic::QuicPathChallengeFrame
20 QuicPathChallengeFrame::~QuicPathChallengeFrame() {} in ~QuicPathChallengeFrame()
23 const QuicPathChallengeFrame& frame) { in operator <<()
H A Dquic_frame.h71 explicit QuicFrame(QuicPathChallengeFrame* frame);
116 QuicPathChallengeFrame* path_challenge_frame;
H A Dquic_frame.cc67 QuicFrame::QuicFrame(QuicPathChallengeFrame* frame) in QuicFrame()
352 copy = QuicFrame(new QuicPathChallengeFrame(*frame.path_challenge_frame)); in CopyQuicFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dsimple_quic_framer.cc163 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame()
256 const std::vector<QuicPathChallengeFrame>& path_challenge_frames() const { in path_challenge_frames()
289 std::vector<QuicPathChallengeFrame> path_challenge_frames_;
372 const std::vector<QuicPathChallengeFrame>&
H A Dsimple_quic_framer.h41 const std::vector<QuicPathChallengeFrame>& path_challenge_frames() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dsimple_quic_framer.cc162 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame()
270 const std::vector<QuicPathChallengeFrame>& path_challenge_frames() const { in path_challenge_frames()
303 std::vector<QuicPathChallengeFrame> path_challenge_frames_;
387 const std::vector<QuicPathChallengeFrame>&
H A Dsimple_quic_framer.h41 const std::vector<QuicPathChallengeFrame>& path_challenge_frames() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dchlo_extractor.cc70 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override;
243 const QuicPathChallengeFrame& /*frame*/) { in OnPathChallengeFrame() argument
H A Dquic_framer.h190 virtual bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) = 0;
351 static size_t GetPathChallengeFrameSize(const QuicPathChallengeFrame& frame);
912 QuicPathChallengeFrame* frame);
929 bool AppendPathChallengeFrame(const QuicPathChallengeFrame& frame,
H A Dquic_connection.h319 virtual void OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) {} in OnPathChallengeFrame() argument
551 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dchlo_extractor.cc71 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override;
250 const QuicPathChallengeFrame& /*frame*/) { in OnPathChallengeFrame() argument
H A Dquic_framer.h190 virtual bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) = 0;
374 static size_t GetPathChallengeFrameSize(const QuicPathChallengeFrame& frame);
963 QuicPathChallengeFrame* frame);
981 bool AppendPathChallengeFrame(const QuicPathChallengeFrame& frame,
H A Dtls_chlo_extractor.h125 bool OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) override { in OnPathChallengeFrame() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_connection_logger.h74 void OnPathChallengeFrame(const quic::QuicPathChallengeFrame& frame) override;
H A Dquic_test_packet_printer.cc147 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_event_logger.h66 void OnPathChallengeFrame(const quic::QuicPathChallengeFrame& frame) override;
H A Dquic_connection_logger.h87 void OnPathChallengeFrame(const quic::QuicPathChallengeFrame& frame) override;
H A Dquic_test_packet_printer.cc147 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/tools/
H A Dquic_packet_printer_bin.cc174 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_packet_printer_bin.cc175 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame()

123