Searched refs:recv_no_alloc (Results 1 – 2 of 2) sorted by relevance
6 fn recv_no_alloc() { in recv_no_alloc() function17 let read_len = connection.recv_no_alloc(recv_buf.as_mut_slice()).unwrap(); in recv_no_alloc()42 let err = connection.recv_no_alloc(recv_buf.as_mut_slice()).unwrap_err(); in recv_small_buf()
218 pub fn recv_no_alloc(&mut self, buf: &mut [u8]) -> Result<usize> { in recv_no_alloc() method