Home
last modified time | relevance | path

Searched refs:grpc_channel_args_destroy (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc55 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/
Dh2_compress.cc41 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()
Dh2_census.cc76 grpc_channel_args_destroy(client_args); in chttp2_init_client_fullstack()
92 grpc_channel_args_destroy(server_args); in chttp2_init_server_fullstack()
Dh2_ssl_proxy.cc81 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/
Dresolver.cc43 grpc_channel_args_destroy(args); in ~Result()
67 grpc_channel_args_destroy(args); in operator =()
78 grpc_channel_args_destroy(args); in operator =()
Dsubchannel_pool_interface.cc39 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 =()
Dlb_policy.cc75 grpc_channel_args_destroy(args); in operator =()
85 grpc_channel_args_destroy(args); in operator =()
Dserver_address.cc65 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/
Dchannel_create.cc45 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()
Dchannel_create_posix.cc63 grpc_channel_args_destroy(final_args); in grpc_insecure_channel_create_from_fd()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h60 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/
Dchttp2_server.cc99 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/
Dgrpclb_channel_secure.cc63 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/
Dxds_channel_secure.cc64 grpc_channel_args_destroy(args); in ModifyXdsChannelArgs()
102 grpc_channel_args_destroy(new_args); in CreateXdsChannel()
/third_party/grpc/test/core/end2end/tests/
Dcompressed_payload.cc150 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()
Dworkaround_cronet_compression.cc153 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()
Dmax_message_length.cc177 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()
Dstream_compression_compressed_payload.cc260 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/
Dchttp2_connector.cc158 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/
Dchannel_args_test.cc53 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/
Dcronet_channel_create.cc63 grpc_channel_args_destroy(new_args); in grpc_cronet_secure_channel_create()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc86 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/
Dcompression_test.cc275 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/
Dserver_secure_chttp2.cc63 grpc_channel_args_destroy(args); in ModifyArgsForConnection()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc119 grpc_channel_args_destroy(ac->channel_args); in tc_on_alarm()
239 grpc_channel_args_destroy(ac->channel_args); in on_writable()

1234