| /commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
| D | mod.rs | 127 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/ |
| D | ylong_tokio_udp.rs | 85 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
|
| D | ylong_tokio_tcp.rs | 58 let port = $port; localVariable 110 let port = $port; localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/ |
| D | sdv_async_http2.rs | 31 pub port: u16, field 107 let port = addr.port(); localVariable
|
| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | js_uri.h | 30 int port = -1; member
|
| D | js_uri.cpp | 304 std::string port = data_.substr(pos + 1); in AnalysisPort() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
| D | ylong_runtime_tcp.rs | 55 let port = 8181; in ylong_tcp_send_recv() localVariable
|
| /commonlibrary/ets_utils/js_api_module/uri/src/ |
| D | js_uri.ts | 34 port: string; property 351 get port(): string { method in URI
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.h | 49 int port = -1; member
|
| D | js_url.cpp | 885 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/ |
| D | connector.rs | 94 let port = uri.port().unwrap().as_u16().unwrap(); in connect() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| D | mod.rs | 180 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/ |
| D | normalizer.rs | 81 let port; in format() localVariable
|
| /commonlibrary/ets_utils/js_api_module/url/src/ |
| D | js_url.ts | 60 port: string; property
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
| D | mod.rs | 248 let port = uri.port().unwrap().as_u16().unwrap(); in connect() localVariable
|