Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs601 pub fn has_almost_full(&self) -> bool { in has_almost_full() method
Dlib.rs6533 self.streams.has_almost_full() || in write_pkt_type()