Searched refs:default_authority (Results 1 – 5 of 5) sorted by relevance
29 grpc_core::UniquePtr<char> default_authority; in grpc_default_authority_add_if_not_present() local35 default_authority = in grpc_default_authority_add_if_not_present()37 GPR_ASSERT(default_authority != nullptr); in grpc_default_authority_add_if_not_present()39 const_cast<char*>(GRPC_ARG_DEFAULT_AUTHORITY), default_authority.get()); in grpc_default_authority_add_if_not_present()
47 grpc_slice default_authority; member64 grpc_slice_ref_internal(chand->default_authority))); in authority_start_transport_stream_op_batch()105 chand->default_authority = in init_channel_elem()114 grpc_slice_unref_internal(chand->default_authority); in destroy_channel_elem()
184 grpc_core::UniquePtr<char> default_authority; in get_default_authority() local195 default_authority.reset(gpr_strdup(ssl_override)); in get_default_authority()197 return default_authority; in get_default_authority()201 const grpc_channel_args* input_args, char* default_authority) { in build_channel_args() argument204 if (default_authority != nullptr) { in build_channel_args()206 const_cast<char*>(GRPC_ARG_DEFAULT_AUTHORITY), default_authority); in build_channel_args()221 const grpc_core::UniquePtr<char> default_authority = in grpc_channel_create() local224 build_channel_args(input_args, default_authority.get()); in grpc_channel_create()
22 "\x01grpc.default_authority\x00"
51 default_authority = GRPC_ARG_DEFAULT_AUTHORITY variable in ChannelArgKey