Home
last modified time | relevance | path

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

/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/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