Home
last modified time | relevance | path

Searched refs:proxy_name (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dsocks.h48 CURLcode Curl_SOCKS4(const char *proxy_name,
58 CURLcode Curl_SOCKS5(const char *proxy_name,
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_definition.tmpl5 {%- set proxy_name = interface.name ~ "Proxy" %}
144 {{proxy_name}}::{{proxy_name}}(mojo::MessageReceiverWithResponder* receiver)
157 bool {{proxy_name}}::{{method.name}}(
184 void {{proxy_name}}::{{method.name}}(
/external/libmojo/mojo/edk/system/ports/
Dnode.cc1330 for (const auto& proxy_name : dead_proxies_to_broadcast) { in DestroyAllPortsWithPeer() local
1331 ports_.erase(proxy_name); in DestroyAllPortsWithPeer()
1332 DVLOG(2) << "Forcibly deleted port " << proxy_name << "@" << name_; in DestroyAllPortsWithPeer()
1340 for (const auto& proxy_name : dead_proxies_to_broadcast) { in DestroyAllPortsWithPeer() local
1344 event.proxy_port_name = proxy_name; in DestroyAllPortsWithPeer()
1354 DestroyAllPortsWithPeer(name_, proxy_name); in DestroyAllPortsWithPeer()
/external/curl/
DCHANGES5343 - socks: use proxy_user instead of proxy_name