Searched defs:StreamIter (Results 1 – 6 of 6) 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 { argument763 impl Iterator for StreamIter { implementation772 impl ExactSizeIterator for StreamIter { implementation
866 pub extern fn quiche_conn_readable(conn: &Connection) -> *mut StreamIter { in quiche_conn_readable()871 pub extern fn quiche_conn_writable(conn: &Connection) -> *mut StreamIter { in quiche_conn_writable()1082 iter: &mut StreamIter, stream_id: *mut u64, in quiche_stream_iter_next()1093 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()
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 { implementation763 impl Iterator for StreamIter { implementation772 impl ExactSizeIterator for StreamIter { implementation