Searched defs:SendAll (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/futures-util/src/sink/ |
D | send_all.rs | 13 pub struct SendAll<'a, Si, St> struct 23 impl<Si, St> fmt::Debug for SendAll<'_, Si, St> argument 39 impl<Si, St> Unpin for SendAll<'_, Si, St> implementation 45 impl<'a, Si, St, Ok, Error> SendAll<'a, Si, St> implementation 79 impl<Si, St, Ok, Error> Future for SendAll<'_, Si, St> implementation
|
/external/boringssl/src/tool/ |
D | transport_common.cc | 878 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | transport_common.cc | 873 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
|