Searched defs:recv_data (Results 1 – 5 of 5) sorted by relevance
509 let recv_data = &mut [0; 5]; in unix_seqpacket_path_listener_accept() localVariable546 let recv_data = &mut [0; 5]; in unix_seqpacket_send_recv() localVariable561 let recv_data = &mut [0; 32]; in unix_seqpacket_send_fragments() localVariable582 let recv_data = &mut [0; 5]; in unix_seqpacket_get_readable_bytes() localVariable
301 const StunByteStringAttribute* recv_data = in TEST_F() local486 const StunByteStringAttribute* recv_data = in TEST_F() local
302 fn recv_data(&mut self) -> Result<()> { in recv_data() method
2400 HloInstructionProto recv_data; in Recv() local
5644 def recv_data(self, conn): member in SendfileUsingSendTest