Searched refs:off_front (Results 1 – 2 of 2) sorted by relevance
525 self.send.ready() && self.send.off_front() < self.send.max_data in is_flushable()830 pub fn off_front(&self) -> u64 { in off_front() method1005 self.off_front() == out_off && in pop()1006 self.off_front() < self.max_data in pop()1078 pub fn off_front(&self) -> u64 { in off_front() method1840 assert_eq!(send.off_front(), 0); in resend()1846 assert_eq!(send.off_front(), 0); in resend()1849 assert_eq!(send.off_front(), 0); in resend()1857 assert_eq!(send.off_front(), 4); in resend()1865 assert_eq!(send.off_front(), 9); in resend()[all …]
2367 let off = stream.send.off_front(); in send()2666 let offset = stream.recv.off_front(); in stream_recv()