Home
last modified time | relevance | path

Searched defs:send_all (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/futures-util/src/sink/
Dmod.rs44 mod send_all; module
251 fn send_all<'a, St>(&'a mut self, stream: &'a mut St) -> SendAll<'a, Self, St> in send_all() method
/external/rust/crates/futures/tests/
Dsink.rs303 fn send_all() { in send_all() function
/external/mdnsresponder/mDNSShared/
Duds_daemon.c562 mDNSlocal void send_all(dnssd_sock_t s, const char *ptr, int len) in send_all() function