Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Dlistener.rs66 pub async fn accept(&self) -> Result<(UnixStream, SocketAddr)> { in accept() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs99 pub async fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> { in accept() method
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
Dmod.rs202 let accept = format_header_str("accept", "*/*"); localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dlistener.rs56 pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> { in accept() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dlistener.rs61 pub fn accept(&self) -> io::Result<(UnixStream, SocketAddr)> { in accept() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs72 pub fn accept(&self) -> io::Result<(TcpStream, SocketAddr)> { in accept() method