Searched defs:read_to_end (Results 1 – 7 of 7) sorted by relevance
10 async fn read_to_end() { in read_to_end() function
27 pub(crate) fn read_to_end<'a, R>(reader: &'a mut R, buffer: &'a mut Vec<u8>) -> ReadToEnd<'a, R> in read_to_end() function
110 mod read_to_end; module290 fn read_to_end<'a>( in read_to_end() method
115 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> io::Result<usize> { in read_to_end() function
364 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> io::Result<usize> { in read_to_end() method
852 fn read_to_end(&mut self, buf: &mut Vec<u8>) -> io::Result<usize> { in read_to_end() function
1088 async fn read_to_end<A: AsyncRead + Unpin>(io: Option<A>) -> io::Result<Vec<u8>> { in wait_with_output() function