Searched refs:StreamIter (Results 1 – 4 of 4) sorted by relevance
410 pub fn readable(&self) -> StreamIter { in readable() argument411 StreamIter::from(&self.readable) in readable()415 pub fn writable(&self) -> StreamIter { in writable() argument416 StreamIter::from(&self.writable) in writable()420 pub fn almost_full(&self) -> StreamIter { in almost_full() argument421 StreamIter::from(&self.almost_full) in almost_full()566 pub struct StreamIter { struct570 impl StreamIter { impl572 StreamIter { in from()578 impl Iterator for StreamIter { implementation[all …]
612 pub extern fn quiche_conn_readable(conn: &Connection) -> *mut StreamIter { in quiche_conn_readable() argument617 pub extern fn quiche_conn_writable(conn: &Connection) -> *mut StreamIter { in quiche_conn_writable() argument710 iter: &mut StreamIter, stream_id: *mut u64, in quiche_stream_iter_next() argument721 pub extern fn quiche_stream_iter_free(iter: *mut StreamIter) { in quiche_stream_iter_free() argument
3008 pub fn readable(&self) -> StreamIter { in readable() argument3041 pub fn writable(&self) -> StreamIter { in writable() argument3045 return StreamIter::default(); in writable()7755 pub use crate::stream::StreamIter;
279 typedef struct StreamIter quiche_stream_iter;