Searched refs:decode_to_buf (Results 1 – 2 of 2) sorted by relevance
130 fn decode_to_buf(&mut self, num_bytes: usize, buf: &mut [u8]) -> io::Result<usize> { in decode_to_buf() method251 let decoded = self.decode_to_buf(to_decode, &mut decoded_chunk[..])?; in read()278 self.decode_to_buf(actual_decode_len, buf) in read()
140 fn decode_to_buf(&mut self, b64_len_to_decode: usize, buf: &mut [u8]) -> io::Result<usize> { in decode_to_buf() method304 let decoded = self.decode_to_buf(to_decode, &mut decoded_chunk[..])?; in read()331 self.decode_to_buf(actual_decode_len, buf) in read()