Home
last modified time | relevance | path

Searched refs:mark_blocked (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/
Dlib.rs2244 self.streams.mark_blocked(stream_id, false, 0); in send()
2795 self.streams.mark_blocked(stream_id, true, max_off); in stream_send()
2797 self.streams.mark_blocked(stream_id, false, 0); in stream_send()
Dstream.rs350 pub fn mark_blocked(&mut self, stream_id: u64, blocked: bool, off: u64) { in mark_blocked() method