Searched defs:send (Results 76 - 80 of 80) sorted by relevance
1234
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1298 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1067 def send(self, interp, cmd, *args): member in Misc
|
/third_party/curl/lib/ |
H A D | urldata.h | 952 Curl_send *send[2]; member [all...] |
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1561 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3781 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
|
Completed in 29 milliseconds
1234