Searched defs:host (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/ets_utils/js_api_module/uri/ |
H A D | js_uri.h | 33 std::string host = "";
member
|
/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.h | 57 std::string host = "";
member [all...] |
H A D | js_url.cpp | 332 void AnalysisOpaqueHost(std::string input, std::string& host,
in AnalysisOpaqueHost() argument 487 void IPv6Host(std::string& input, std::string& host,
in IPv6Host() argument 651 void FormatIpv4(std::vector<std::string> nums, std::string& host,
in FormatIpv4() argument 688 void AnalyseIPv4(const std::string& input, std::string& host,
in AnalyseIPv4() argument 729 AnalysisHost(std::string& input, std::string& host, std::bitset<static_cast<size_t>(BitsetStatusFlag::BIT_STATUS_11)>& flags, bool special) AnalysisHost() argument [all...] |
/commonlibrary/ets_utils/js_api_module/url/test/ |
H A D | test_napi.cpp | 2253 std::string host; HWTEST_F() local 2268 std::string host; HWTEST_F() local 2277 std::string host; HWTEST_F() local 2496 std::string host = ""; HWTEST_F() local [all...] |
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
H A D | mod.rs | 164 pub fn host(&self) -> Option<&Host> { in host() functions 672 pub fn host(&self) -> &Host { host() functions [all...] |
Completed in 9 milliseconds