Searched refs:grpc_gethostname (Results 1 – 5 of 5) sorted by relevance
24 char* grpc_gethostname();
28 char* grpc_gethostname() { return NULL; } in grpc_gethostname() function
31 char* grpc_gethostname() { in grpc_gethostname() function
30 char* grpc_gethostname() { in grpc_gethostname() function
259 char* hostname = grpc_gethostname(); in ChooseServiceConfig()