Home
last modified time | relevance | path

Searched defs:recv_data (Results 1 – 15 of 15) sorted by relevance

/external/liburing/test/
Drecvsend_bundle.c40 struct recv_data { struct
57 static int arm_recv(struct io_uring *ring, struct recv_data *rd) in arm_recv() argument
Drecvsend_bundle-inc.c44 struct recv_data { struct
61 static int arm_recv(struct io_uring *ring, struct recv_data *rd) in arm_recv() argument
Dsend_recvmsg.c96 struct recv_data { struct
106 struct recv_data *rd) in do_recvmsg() argument
Dsend_recv.c131 struct recv_data { struct
141 struct recv_data *rd = data; in recv_fn() argument
Drecv-msgall.c21 struct recv_data { struct
28 struct recv_data *rd) in recv_prep() argument
Drecv-msgall-stream.c23 struct recv_data { struct
30 static int get_conn_sock(struct recv_data *rd, int *sockout) in get_conn_sock() argument
Dsocket.c119 struct recv_data { struct
127 struct recv_data *rd = data; in recv_fn() argument
/external/crosvm/base/tests/linux/
Dnet.rs93 let recv_data = &mut [0; 5]; in unix_seqpacket_path_listener_accept_with_timeout() localVariable
116 let recv_data = &mut [0; 5]; in unix_seqpacket_path_listener_accept() localVariable
153 let recv_data = &mut [0; 5]; in unix_seqpacket_send_recv() localVariable
168 let recv_data = &mut [0; 32]; in unix_seqpacket_send_fragments() localVariable
189 let recv_data = &mut [0; 5]; in unix_seqpacket_get_readable_bytes() localVariable
221 let recv_data = &mut vec![]; in unix_seqpacket_recv_to_vec() localVariable
232 let recv_data = s2.recv_as_vec().expect("failed to recv data"); in unix_seqpacket_recv_as_vec() localVariable
/external/ltp/testcases/kernel/input/
Dinput03.c25 static void recv_data(void) in recv_data() function
/external/coreboot/src/drivers/i2c/tpm/
Dtpm.c328 static int recv_data(uint8_t *buf, size_t count) in recv_data() function
/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dconnection.rs282 pub fn recv_data(&mut self, len: usize) -> Result<(usize, Vec<u8>)> { in recv_data() method
/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstreams.rs340 pub fn recv_data(&mut self, frame: frame::Data) -> Result<(), Error> { in recv_data() method
525 fn recv_data<B>( in recv_data() method
Drecv.rs567 pub fn recv_data(&mut self, frame: frame::Data, stream: &mut store::Ptr) -> Result<(), Error> { in recv_data() method
/external/python/cpython3/Lib/test/
Dtest_socket.py6424 def recv_data(self, conn): member in SendfileUsingSendTest
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3432 HloInstructionProto recv_data; in Recv() local