Home
last modified time | relevance | path

Searched defs:port (Results 1 – 14 of 14) 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.rs84 let port = 8081; in ylong_udp_send_recv() localVariable
130 let port = 8121; in tokio_udp_send_recv() localVariable
170 let port = 8141; in ylong_udp_send_to_recv_from() localVariable
212 let port = 8161; in tokio_udp_send_to_recv_from() localVariable
Dylong_tokio_tcp.rs58 let port = $port; localVariable
109 let port = $port; localVariable
/commonlibrary/ets_utils/js_api_module/uri/src/
Djs_uri.ts27 port: string; property
131 get port(): string { method in URI
/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/
Djs_uri.h30 int port = -1; member
Djs_uri.cpp284 std::string port = data_.substr(pos + 1); in AnalysisPort() local
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.h49 int port = -1; member
Djs_url.cpp837 std::string port = strHost.substr(pos + 1); in AnalyHostPath() local
885 std::string port = strHost.substr(pos + 1); in AnalysisNoDefaultProtocol() local
922 std::string port = strHost.substr(pos + 1); in AnalysisOnlyHost() local
972 std::string port = strHost.substr(pos + 1); in ParsingHostAndPath() local
1455 void SplitString(const std::string& input, std::string& strHost, std::string& port) in SplitString()
1477 std::string port = ""; in SetHost() local
1517 std::string port = input; in SetPort() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dnormalizer.rs82 let port; in format() localVariable
/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_client/src/async_impl/
Dconnector.rs123 let port = uri.port().unwrap().as_u16().unwrap(); in connect() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs176 pub fn port(&self) -> Option<&Port> { in port() method
586 port: Option<Port>, field
636 pub fn port(&self) -> Option<&Port> { in port() method
/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts62 port: string; property