Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc801 char* allocated_name = nullptr; local
805 gpr_split_host_port(peer_name, &allocated_name, &ignored_port);
807 peer_name = allocated_name;
811 char* const zone_id = strchr(allocated_name, '%');
815 gpr_free(allocated_name);