OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proxy_host
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
libcurl_wrapper.cc
62
bool LibcurlWrapper::SetProxy(const string&
proxy_host
,
68
if (!
proxy_host
.empty()) {
69
(*easy_setopt_)(curl_, CURLOPT_PROXY,
proxy_host
.c_str());
80
std::cout << "Set proxy host to " <<
proxy_host
;
local
/external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h
92
const std::string&
proxy_host
() const { return proxy_host_; }
function in class:buzz::XmppClientSettings
Completed in 200 milliseconds