Home
last modified time | relevance | path

Searched refs:get_host (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/lib/
H A Dcfilters.h194 Curl_cft_get_host *get_host; /* host filter talks to */ member
H A Dhttp_proxy.c255 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_http_proxy_get_host()
H A Dcfilters.c66 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_def_get_host()
466 cf->cft->get_host(cf, data, phost, pdisplay_host, pport); in Curl_conn_get_host()
H A Dsocks.c1241 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in socks_cf_get_host()
/third_party/node/deps/ada/
H A Dada.cpp11822 return ada::helpers::concat(get_protocol(), "//", get_host());
11833 result->get_host());
11850 [[nodiscard]] std::string url::get_host() const noexcept {
12867 url.set_host(base_url->get_host());
13794 return helpers::concat(get_protocol(), "//", get_host());
13804 return helpers::concat(out->get_protocol(), "//", out->get_host());
13853 [[nodiscard]] std::string_view url_aggregator::get_host() const noexcept {
13854 ada_log("url_aggregator::get_host");
13950 helpers::encode_json(get_host(), back);
14094 " host: ", get_host());
[all...]
H A Dada.h4733 [[nodiscard]] std::string_view get_host() const noexcept;
5185 [[nodiscard]] std::string get_host() const noexcept;

Completed in 34 milliseconds