Home
last modified time | relevance | path

Searched defs:proxy_name (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc55 char* proxy_name = nullptr; in GetHttpProxyServer() local
Dhttp_connect_handshaker.cc328 std::string proxy_name(grpc_endpoint_get_peer(args->endpoint)); in DoHandshake() local
Dclient_channel.cc1923 char* proxy_name = nullptr; in ChannelData() local
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_proxy.cc47 char* proxy_name = nullptr; in get_http_proxy_server() local
Dhttp_connect_handshaker.cc299 char* proxy_name = grpc_endpoint_get_peer(args->endpoint); in http_connect_handshaker_do_handshake() local
Dclient_channel.cc727 char* proxy_name = nullptr; in cc_init_channel_elem() local
/external/google-breakpad/src/tools/windows/converter_exe/
Dwininet_client.cc122 const TCHAR* proxy_name, in Open()
Dwinhttp_client.cc123 const TCHAR* proxy_name, in Open()
/external/libchrome/mojo/core/ports/
Dnode.cc1340 for (const auto& proxy_name : dead_proxies_to_broadcast) { in DestroyAllPortsWithPeer() local
1349 for (const auto& proxy_name : dead_proxies_to_broadcast) { in DestroyAllPortsWithPeer() local
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc65 char* proxy_name; member