Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
Dmod.rs90 let accept = format_header_str("accept", "*/*"); localVariable
187 let accept = format_header_str("accept", "*/*"); localVariable
/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_runtime/ylong_io/src/sys/linux/tcp/
Dlistener.rs52 pub fn accept(&self) -> io::Result<(TcpStream, 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