Home
last modified time | relevance | path

Searched refs:to_qlog (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dframe.rs312 pub fn to_qlog(&self) -> Http3Frame { in to_qlog() method
Dstream.rs51 pub fn to_qlog(self) -> qlog::events::h3::H3StreamType { in to_qlog() method
Dmod.rs1789 frame: frame.to_qlog(), in send_goaway()
2087 let frame = frame.to_qlog(); in send_settings()
2170 stream_type: ty.to_qlog(), in process_readable_stream()
2465 let frame = frame.to_qlog(); in process_frame()
/external/rust/crates/quiche/src/
Dpacket.rs158 pub(crate) fn to_qlog(self) -> qlog::events::quic::PacketType { in to_qlog() method
Dlib.rs1979 .to_qlog(TransportOwner::Local, self.handshake.cipher()); in set_qlog_with_level()
2697 qlog_frames.push(frame.to_qlog()); in recv_single()
2719 hdr.ty.to_qlog(), in recv_single()
2768 .to_qlog(TransportOwner::Remote, self.handshake.cipher()); in recv_single()
3423 hdr.ty.to_qlog(), in send_single()
4191 qlog_frames.push(frame.to_qlog()); in send_single()
7905 pub fn to_qlog( in to_qlog() method
Dframe.rs812 pub fn to_qlog(&self) -> QuicFrame { in to_qlog() method