Home
last modified time | relevance | path

Searched defs:tcp_stream (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dconnector.rs121 let tcp_stream = TcpStream::connect(addr) in connect() localVariable
124 let tcp_stream = if is_proxy { in connect() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs84 async fn tcp_stream(eyeballs: HappyEyeballs) -> Result<TcpStream, HttpClientError> { in tcp_stream() function