Home
last modified time | relevance | path

Searched refs:TargetAuthorityTable (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/transport/
Dtarget_authority_table.cc33 TargetAuthorityTable* table = static_cast<TargetAuthorityTable*>(p); in target_authority_table_copy()
40 TargetAuthorityTable* table = static_cast<TargetAuthorityTable*>(p); in target_authority_table_destroy()
44 return TargetAuthorityTable::Cmp( in target_authority_table_cmp()
45 *static_cast<const TargetAuthorityTable*>(a), in target_authority_table_cmp()
46 *static_cast<const TargetAuthorityTable*>(b)); in target_authority_table_cmp()
54 grpc_arg CreateTargetAuthorityTableChannelArg(TargetAuthorityTable* table) { in CreateTargetAuthorityTableChannelArg()
60 TargetAuthorityTable* FindTargetAuthorityTableInArgs( in FindTargetAuthorityTableInArgs()
66 return static_cast<TargetAuthorityTable*>(arg->value.pointer.p); in FindTargetAuthorityTableInArgs()
Dtarget_authority_table.h29 typedef SliceHashTable<UniquePtr<char>> TargetAuthorityTable; typedef
32 grpc_arg CreateTargetAuthorityTableChannelArg(TargetAuthorityTable* table);
35 TargetAuthorityTable* FindTargetAuthorityTableInArgs(
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc44 RefCountedPtr<TargetAuthorityTable> CreateTargetAuthorityTable( in CreateTargetAuthorityTable()
46 TargetAuthorityTable::Entry* target_authority_entries = in CreateTargetAuthorityTable()
47 static_cast<TargetAuthorityTable::Entry*>(gpr_zalloc( in CreateTargetAuthorityTable()
58 RefCountedPtr<TargetAuthorityTable> target_authority_table = in CreateTargetAuthorityTable()
59 TargetAuthorityTable::Create(addresses->num_addresses, in CreateTargetAuthorityTable()
80 grpc_core::RefCountedPtr<grpc_core::TargetAuthorityTable> in grpc_lb_policy_grpclb_modify_lb_channel_args()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc74 const grpc_core::TargetAuthorityTable* target_authority_table = in get_secure_naming_subchannel_args()