Searched refs:GRPC_ARG_SECONDARY_USER_AGENT_STRING (Results 1 – 5 of 5) sorted by relevance
239 #define GRPC_ARG_SECONDARY_USER_AGENT_STRING "grpc.secondary_user_agent" macro
518 if (0 == strcmp(args->args[i].key, GRPC_ARG_SECONDARY_USER_AGENT_STRING)) { in user_agent_from_args()521 GRPC_ARG_SECONDARY_USER_AGENT_STRING); in user_agent_from_args()
53 secondary_user_agent_string = GRPC_ARG_SECONDARY_USER_AGENT_STRING
132 const char *GRPC_ARG_SECONDARY_USER_AGENT_STRING
292 args.SetString(GRPC_ARG_SECONDARY_USER_AGENT_STRING, "end2end_test"); in ResetChannel()