Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs1338 let ev = self.local_transport_params.to_qlog( in set_qlog()
1688 hdr.ty.to_qlog(), in recv_single()
1698 hdr.ty.to_qlog(), in recv_single()
1760 q.add_frame(frame.to_qlog(), false).ok(); in recv_single()
1783 let ev = self.recovery.to_qlog(); in recv_single()
1793 let ev = self.peer_transport_params.to_qlog( in recv_single()
2495 hdr.ty.to_qlog(), in send()
2505 hdr.ty.to_qlog(), in send()
2520 q.add_frame(frame.to_qlog(), false).ok(); in send()
2572 let ev = self.recovery.to_qlog(); in send()
[all …]
Dpacket.rs115 pub(crate) fn to_qlog(self) -> qlog::PacketType { in to_qlog() method
Dframe.rs722 pub fn to_qlog(&self) -> qlog::QuicFrame { in to_qlog() method
/external/rust/crates/quiche/src/recovery/
Dmod.rs766 pub fn to_qlog(&self) -> qlog::event::Event { in to_qlog() method