Searched refs:to_qlog (Results 1 – 6 of 6) sorted by relevance
312 pub fn to_qlog(&self) -> Http3Frame { in to_qlog() method
51 pub fn to_qlog(self) -> qlog::events::h3::H3StreamType { in to_qlog() method
1789 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()
158 pub(crate) fn to_qlog(self) -> qlog::events::quic::PacketType { in to_qlog() method
1979 .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
812 pub fn to_qlog(&self) -> QuicFrame { in to_qlog() method