Searched refs:default_authority_arg (Results 1 – 3 of 3) sorted by relevance
92 const grpc_arg* default_authority_arg = in init_channel_elem() local94 if (default_authority_arg == nullptr) { in init_channel_elem()100 grpc_channel_arg_get_string(default_authority_arg); in init_channel_elem()
44 grpc_arg default_authority_arg = grpc_channel_arg_string_create( in grpc_insecure_channel_create_from_fd() local47 grpc_channel_args_copy_and_add(args, &default_authority_arg, 1); in grpc_insecure_channel_create_from_fd()
1247 grpc_arg default_authority_arg; in grpc_inproc_channel_create() local1248 default_authority_arg.type = GRPC_ARG_STRING; in grpc_inproc_channel_create()1249 default_authority_arg.key = (char*)GRPC_ARG_DEFAULT_AUTHORITY; in grpc_inproc_channel_create()1250 default_authority_arg.value.string = (char*)"inproc.authority"; in grpc_inproc_channel_create()1252 grpc_channel_args_copy_and_add(args, &default_authority_arg, 1); in grpc_inproc_channel_create()