Home
last modified time | relevance | path

Searched defs:proxy_info (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dproxydetect_unittest.cc70 ProxyInfo proxy_info; in TEST_F() local
77 ProxyInfo proxy_info; in TEST_F() local
87 ProxyInfo proxy_info; in TEST_F() local
103 ProxyInfo proxy_info; in TEST_F() local
119 ProxyInfo proxy_info; in TEST_F() local
135 ProxyInfo proxy_info; in TEST_F() local
150 ProxyInfo proxy_info; in TEST_F() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c35 struct proxy_info { struct
41 struct proxy_info Temporary[RC_REGISTER_MAX_INDEX]; argument
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_request.h141 InterfacePtrInfo<Interface> proxy_info) { in FuseInterface()
/external/webrtc/webrtc/p2p/base/
Dbasicpacketsocketfactory.cc109 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) { in CreateClientTcpSocket()
Dport_unittest.cc942 const rtc::ProxyInfo& proxy_info, in CreateClientTcpSocket()
/external/curl/lib/
Durldata.h874 struct proxy_info { struct
875 struct hostname host;
876 long port;
877 curl_proxytype proxytype; /* what kind of proxy that is in use */
878 char *user; /* proxy user name string, allocated */
879 char *passwd; /* proxy password string, allocated */
/external/v8/src/asmjs/
Dasm-typer.cc1798 auto* proxy_info = Lookup(proxy->var()); in ValidateIdentifier() local