34 #ifndef GRPC_SUPPORT_HOST_PORT_H
35 #define GRPC_SUPPORT_HOST_PORT_H
int gpr_split_host_port(const char *name, char **host, char **port)
Definition: host_port.c:53
int gpr_join_host_port(char **out, const char *host, int port)
Definition: host_port.c:43