/third_party/grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 55 grpc_channel_args_destroy(new_args); in CreateSubchannel() 110 grpc_channel_args_destroy(args_with_authority); in GetSecureNamingChannelArgs() 121 grpc_channel_args_destroy(new_args_from_connector); in GetSecureNamingChannelArgs() 123 grpc_channel_args_destroy(args_with_authority); in GetSecureNamingChannelArgs() 149 grpc_channel_args_destroy(new_args); in CreateChannel() 199 grpc_channel_args_destroy(new_args); in grpc_secure_channel_create()
|
/third_party/grpc/test/core/end2end/fixtures/ |
D | h2_compress.cc | 41 grpc_channel_args_destroy(client_args_compression); in ~fullstack_compression_fixture_data() 42 grpc_channel_args_destroy(server_args_compression); in ~fullstack_compression_fixture_data() 71 grpc_channel_args_destroy(ffd->client_args_compression); in chttp2_init_client_fullstack_compression() 86 grpc_channel_args_destroy(ffd->server_args_compression); in chttp2_init_server_fullstack_compression()
|
D | h2_census.cc | 76 grpc_channel_args_destroy(client_args); in chttp2_init_client_fullstack() 92 grpc_channel_args_destroy(server_args); in chttp2_init_server_fullstack()
|
D | h2_ssl_proxy.cc | 81 grpc_channel_args_destroy(new_client_args); in create_proxy_client() 163 grpc_channel_args_destroy(new_client_args); in chttp2_init_client_simple_ssl_secure_fullstack()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | resolver.cc | 43 grpc_channel_args_destroy(args); in ~Result() 67 grpc_channel_args_destroy(args); in operator =() 78 grpc_channel_args_destroy(args); in operator =()
|
D | subchannel_pool_interface.cc | 39 grpc_channel_args_destroy(const_cast<grpc_channel_args*>(args_)); in ~SubchannelKey() 47 grpc_channel_args_destroy(const_cast<grpc_channel_args*>(args_)); in operator =()
|
D | lb_policy.cc | 75 grpc_channel_args_destroy(args); in operator =() 85 grpc_channel_args_destroy(args); in operator =()
|
D | server_address.cc | 65 grpc_channel_args_destroy(args_); in operator =() 82 grpc_channel_args_destroy(args_); in operator =()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create.cc | 45 grpc_channel_args_destroy(new_args); in CreateSubchannel() 71 grpc_channel_args_destroy(new_args); in CreateChannel() 112 grpc_channel_args_destroy(new_args); in grpc_insecure_channel_create()
|
D | channel_create_posix.cc | 63 grpc_channel_args_destroy(final_args); in grpc_insecure_channel_create_from_fd()
|
/third_party/grpc/src/core/lib/channel/ |
D | channel_args.h | 60 void grpc_channel_args_destroy(grpc_channel_args* a); 61 inline void grpc_channel_args_destroy(const grpc_channel_args* a) { in grpc_channel_args_destroy() function 62 grpc_channel_args_destroy(const_cast<grpc_channel_args*>(a)); in grpc_channel_args_destroy()
|
/third_party/grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 99 grpc_channel_args_destroy(listener_->args_); in UpdateConfig() 267 grpc_channel_args_destroy(args->args); in OnHandshakeDone() 297 grpc_channel_args_destroy(args->args); in OnHandshakeDone() 317 grpc_channel_args_destroy(args->args); in OnHandshakeDone() 383 grpc_channel_args_destroy(args); in Create() 417 grpc_channel_args_destroy(args_); in ~Chttp2ServerListener() 487 grpc_channel_args_destroy(args); in OnAccept() 604 grpc_channel_args_destroy(args); in Chttp2ServerAddPort()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb_channel_secure.cc | 63 grpc_channel_args_destroy(args); in ModifyGrpclbBalancerChannelArgs() 80 grpc_channel_args_destroy(new_args); in CreateGrpclbBalancerChannel()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_channel_secure.cc | 64 grpc_channel_args_destroy(args); in ModifyXdsChannelArgs() 102 grpc_channel_args_destroy(new_args); in CreateXdsChannel()
|
/third_party/grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 150 grpc_channel_args_destroy(old_client_args); in request_for_disabled_algorithm() 151 grpc_channel_args_destroy(old_server_args); in request_for_disabled_algorithm() 272 grpc_channel_args_destroy(client_args); in request_for_disabled_algorithm() 273 grpc_channel_args_destroy(server_args); in request_for_disabled_algorithm() 336 grpc_channel_args_destroy(old_client_args); in request_with_payload_template_inner() 337 grpc_channel_args_destroy(old_server_args); in request_with_payload_template_inner() 562 grpc_channel_args_destroy(client_args); in request_with_payload_template_inner() 563 grpc_channel_args_destroy(server_args); in request_with_payload_template_inner()
|
D | workaround_cronet_compression.cc | 153 grpc_channel_args_destroy(old_client_args); in request_with_payload_template() 154 grpc_channel_args_destroy(old_server_args); in request_with_payload_template() 164 grpc_channel_args_destroy(client_args_old); in request_with_payload_template() 367 grpc_channel_args_destroy(client_args); in request_with_payload_template() 368 grpc_channel_args_destroy(server_args); in request_with_payload_template()
|
D | max_message_length.cc | 177 if (client_args != nullptr) grpc_channel_args_destroy(client_args); in test_max_message_length_on_request() 178 if (server_args != nullptr) grpc_channel_args_destroy(server_args); in test_max_message_length_on_request() 366 if (client_args != nullptr) grpc_channel_args_destroy(client_args); in test_max_message_length_on_response() 367 if (server_args != nullptr) grpc_channel_args_destroy(server_args); in test_max_message_length_on_response() 526 grpc_channel_args_destroy(server_args); in test_max_receive_message_length_on_compressed_request() 684 grpc_channel_args_destroy(client_args); in test_max_receive_message_length_on_compressed_response()
|
D | stream_compression_compressed_payload.cc | 260 grpc_channel_args_destroy(client_args); in request_for_disabled_algorithm() 261 grpc_channel_args_destroy(server_args); in request_for_disabled_algorithm() 543 grpc_channel_args_destroy(client_args); in request_with_payload_template() 544 grpc_channel_args_destroy(server_args); in request_with_payload_template()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/ |
D | chttp2_connector.cc | 158 grpc_channel_args_destroy(args->args); in OnHandshakeDone() 209 grpc_channel_args_destroy(self->result_->channel_args); in OnReceiveSettings() 235 grpc_channel_args_destroy(self->result_->channel_args); in OnTimeout()
|
/third_party/grpc/test/core/channel/ |
D | channel_args_test.cc | 53 grpc_channel_args_destroy(ch_args); in test_create() 125 grpc_channel_args_destroy(old_args); in mutate_channel_args()
|
/third_party/grpc/src/core/ext/transport/cronet/client/secure/ |
D | cronet_channel_create.cc | 63 grpc_channel_args_destroy(new_args); in grpc_cronet_secure_channel_create()
|
/third_party/grpc/src/core/lib/surface/ |
D | channel.cc | 86 grpc_channel_args_destroy(args); in grpc_channel_create_with_builder() 135 grpc_channel_args_destroy(args); in grpc_channel_create_with_builder() 218 grpc_channel_args_destroy(new_args); in CreateChannelzNode() 259 grpc_channel_args_destroy(args); in grpc_channel_create()
|
/third_party/grpc/test/core/compression/ |
D | compression_test.cc | 275 grpc_channel_args_destroy(ch_args); in test_channel_args_set_compression_algorithm() 335 grpc_channel_args_destroy(ch_args); in test_channel_args_compression_algorithm_states()
|
/third_party/grpc/src/core/ext/transport/chttp2/server/secure/ |
D | server_secure_chttp2.cc | 63 grpc_channel_args_destroy(args); in ModifyArgsForConnection()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_client_posix.cc | 119 grpc_channel_args_destroy(ac->channel_args); in tc_on_alarm() 239 grpc_channel_args_destroy(ac->channel_args); in on_writable()
|