Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs410 pub fn readable(&self) -> StreamIter { in readable() argument
411 StreamIter::from(&self.readable) in readable()
415 pub fn writable(&self) -> StreamIter { in writable() argument
416 StreamIter::from(&self.writable) in writable()
420 pub fn almost_full(&self) -> StreamIter { in almost_full() argument
421 StreamIter::from(&self.almost_full) in almost_full()
566 pub struct StreamIter { struct
570 impl StreamIter { impl
572 StreamIter { in from()
578 impl Iterator for StreamIter { implementation
[all …]
Dffi.rs612 pub extern fn quiche_conn_readable(conn: &Connection) -> *mut StreamIter { in quiche_conn_readable() argument
617 pub extern fn quiche_conn_writable(conn: &Connection) -> *mut StreamIter { in quiche_conn_writable() argument
710 iter: &mut StreamIter, stream_id: *mut u64, in quiche_stream_iter_next() argument
721 pub extern fn quiche_stream_iter_free(iter: *mut StreamIter) { in quiche_stream_iter_free() argument
Dlib.rs3008 pub fn readable(&self) -> StreamIter { in readable() argument
3041 pub fn writable(&self) -> StreamIter { in writable() argument
3045 return StreamIter::default(); in writable()
7755 pub use crate::stream::StreamIter;
/external/rust/crates/quiche/include/
Dquiche.h279 typedef struct StreamIter quiche_stream_iter;