Home
last modified time | relevance | path

Searched defs:send (Results 76 - 80 of 80) sorted by relevance

1234

/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1298 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__.py1067 def send(self, interp, cmd, *args): member in Misc
/third_party/curl/lib/
H A Durldata.h952 Curl_send *send[2]; member
[all...]
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1561 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 Dmod.rs3781 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