Searched defs:StreamIter (Results 1 – 3 of 3) sorted by relevance
555 pub fn readable(&self) -> StreamIter { in readable()560 pub fn writable(&self) -> StreamIter { in writable()565 pub fn almost_full(&self) -> StreamIter { in almost_full()750 pub struct StreamIter { struct754 impl StreamIter { impl763 impl Iterator for StreamIter { implementation772 impl ExactSizeIterator for StreamIter { implementation
869 pub extern fn quiche_conn_readable(conn: &Connection) -> *mut StreamIter { in quiche_conn_readable()874 pub extern fn quiche_conn_writable(conn: &Connection) -> *mut StreamIter { in quiche_conn_writable()1085 iter: &mut StreamIter, stream_id: *mut u64, in quiche_stream_iter_next()1096 pub extern fn quiche_stream_iter_free(iter: *mut StreamIter) { in quiche_stream_iter_free()
5041 pub fn readable(&self) -> StreamIter { in readable()5077 pub fn writable(&self) -> StreamIter { in writable()