Home
last modified time | relevance | path

Searched refs:GRPC_MDSTR_AUTHORITY (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dchannel.cc390 host != nullptr ? grpc_mdelem_create(GRPC_MDSTR_AUTHORITY, *host, nullptr) in grpc_channel_create_call()
405 host != nullptr ? grpc_mdelem_create(GRPC_MDSTR_AUTHORITY, *host, nullptr) in grpc_channel_create_pollset_set_call()
419 GRPC_MDSTR_AUTHORITY, in RegisteredCall()
434 GRPC_MDSTR_AUTHORITY, in RegisteredCall()
/third_party/grpc/src/core/ext/filters/http/
Dclient_authority_filter.cc107 GRPC_MDSTR_AUTHORITY, chand->default_authority, nullptr); in client_authority_init_channel_elem()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_chttp2_hpack.cc269 grpc_mdelem_from_slices(GRPC_MDSTR_AUTHORITY, in GetElems()
295 grpc_mdelem_from_slices(GRPC_MDSTR_AUTHORITY, in GetElems()
Dbm_chttp2_transport.cc296 grpc_mdelem_from_slices(GRPC_MDSTR_AUTHORITY, in GetElems()
/third_party/grpc/src/core/lib/transport/
Dstatic_metadata.h64 #define GRPC_MDSTR_AUTHORITY (grpc_static_slice_table()[3]) macro
/third_party/grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc214 grpc_slice_eq(GRPC_MDKEY(md), GRPC_MDSTR_AUTHORITY)) { in RecvInitialMetadataFilter()
/third_party/grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc311 grpc_mdelem_from_slices(GRPC_MDSTR_AUTHORITY, in hs_filter_incoming_metadata()
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc749 GRPC_MDSTR_AUTHORITY)) { in convert_metadata_to_cronet_headers()
811 GRPC_MDSTR_AUTHORITY)) { in header_has_authority()