Home
last modified time | relevance | path

Searched defs:port (Results 1 – 15 of 15) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
Dmod.rs127 let port = addr.port(); localVariable
164 let mut port = 10000; localVariable
178 let port = listener.local_addr().unwrap().port(); localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
Dylong_tokio_udp.rs85 let port = 8081; in ylong_udp_send_recv() localVariable
132 let port = 8121; in tokio_udp_send_recv() localVariable
172 let port = 8141; in ylong_udp_send_to_recv_from() localVariable
215 let port = 8161; in tokio_udp_send_to_recv_from() localVariable
Dylong_tokio_tcp.rs58 let port = $port; localVariable
110 let port = $port; localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_http2.rs31 pub port: u16, field
107 let port = addr.port(); localVariable
/commonlibrary/ets_utils/js_api_module/uri/
Djs_uri.h30 int port = -1; member
Djs_uri.cpp304 std::string port = data_.substr(pos + 1); in AnalysisPort() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_tcp.rs55 let port = 8181; in ylong_tcp_send_recv() localVariable
/commonlibrary/ets_utils/js_api_module/uri/src/
Djs_uri.ts34 port: string; property
351 get port(): string { method in URI
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.h49 int port = -1; member
Djs_url.cpp885 std::string port = strHost.substr(pos + 1); in AnalyHostPath() local
933 std::string port = strHost.substr(pos + 1); in AnalysisNoDefaultProtocol() local
970 std::string port = strHost.substr(pos + 1); in AnalysisOnlyHost() local
1022 std::string port = strHost.substr(pos + 1); in ParsingHostAndPath() local
1526 void SplitString(const std::string& input, std::string& strHost, std::string& port) in SplitString()
1548 std::string port = ""; in SetHost() local
1588 std::string port = input; in SetPort() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dconnector.rs94 let port = uri.port().unwrap().as_u16().unwrap(); in connect() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dmod.rs180 pub fn port(&self) -> Option<&Port> { in port() method
635 port: Option<Port>, field
687 pub fn port(&self) -> Option<&Port> { in port() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dnormalizer.rs81 let port; in format() localVariable
/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts60 port: string; property
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
Dmod.rs248 let port = uri.port().unwrap().as_u16().unwrap(); in connect() localVariable