Searched refs:get_host (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/lib/ |
H A D | cfilters.h | 194 Curl_cft_get_host *get_host; /* host filter talks to */ member
|
H A D | http_proxy.c | 255 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_http_proxy_get_host()
|
H A D | cfilters.c | 66 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 D | socks.c | 1241 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in socks_cf_get_host()
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 11822 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 D | ada.h | 4733 [[nodiscard]] std::string_view get_host() const noexcept; 5185 [[nodiscard]] std::string get_host() const noexcept;
|
Completed in 34 milliseconds