Home
last modified time | relevance | path

Searched refs:grpc_call_details_destroy (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/grpc/src/core/lib/surface/
Dcall_details.cc36 void grpc_call_details_destroy(grpc_call_details* details) { in grpc_call_details_destroy() function
/third_party/grpc/test/core/bad_ssl/
Dserver_common.cc102 grpc_call_details_destroy(&call_details); in bad_ssl_run()
/third_party/grpc/test/core/bad_client/tests/
Dsimple_request.cc111 grpc_call_details_destroy(&call_details); in verifier()
Dlarge_metadata.cc139 grpc_call_details_destroy(&call_details); in server_verifier_sends_too_much_metadata()
Dduplicate_header.cc119 grpc_call_details_destroy(&call_details); in verifier()
/third_party/grpc/test/core/end2end/tests/
Dmax_concurrent_streams.cc184 grpc_call_details_destroy(&call_details); in simple_request_body()
383 grpc_call_details_destroy(&call_details); in test_max_concurrent_streams()
432 grpc_call_details_destroy(&call_details); in test_max_concurrent_streams()
574 grpc_call_details_destroy(&call_details); in test_max_concurrent_streams_with_timeout_on_first()
628 grpc_call_details_destroy(&call_details); in test_max_concurrent_streams_with_timeout_on_first()
820 grpc_call_details_destroy(&call_details); in test_max_concurrent_streams_with_timeout_on_second()
Dretry_cancellation.cc231 grpc_call_details_destroy(&call_details); in test_retry_cancellation()
255 grpc_call_details_destroy(&call_details); in test_retry_cancellation()
Dfilter_call_init_fails.cc178 grpc_call_details_destroy(&call_details); in test_server_channel_filter()
267 grpc_call_details_destroy(&call_details); in test_client_channel_filter()
380 grpc_call_details_destroy(&call_details); in test_client_subchannel_filter()
Dretry_too_many_attempts.cc226 grpc_call_details_destroy(&call_details); in test_retry_too_many_attempts()
275 grpc_call_details_destroy(&call_details); in test_retry_too_many_attempts()
Dretry_server_pushback_disabled.cc232 grpc_call_details_destroy(&call_details); in test_retry_server_pushback_disabled()
282 grpc_call_details_destroy(&call_details); in test_retry_server_pushback_disabled()
Dretry.cc233 grpc_call_details_destroy(&call_details); in test_retry()
301 grpc_call_details_destroy(&call_details); in test_retry()
Dretry_server_pushback_delay.cc234 grpc_call_details_destroy(&call_details); in test_retry_server_pushback_delay()
294 grpc_call_details_destroy(&call_details); in test_retry_server_pushback_delay()
Dmax_message_length.cc274 grpc_call_details_destroy(&call_details); in test_max_message_length_on_request()
466 grpc_call_details_destroy(&call_details); in test_max_message_length_on_response()
633 grpc_call_details_destroy(&call_details); in test_max_receive_message_length_on_compressed_request()
788 grpc_call_details_destroy(&call_details); in test_max_receive_message_length_on_compressed_response()
Dmax_connection_age.cc215 grpc_call_details_destroy(&call_details); in test_max_age_forcibly_close()
351 grpc_call_details_destroy(&call_details); in test_max_age_gracefully_close()
Dbad_hostname.cc149 grpc_call_details_destroy(&call_details); in simple_request_body()
Dbad_ping.cc214 grpc_call_details_destroy(&call_details); in test_bad_ping()
375 grpc_call_details_destroy(&call_details); in test_pings_without_data()
Dretry_streaming_succeeds_before_replay_finished.cc298 grpc_call_details_destroy(&call_details); in test_retry_streaming_succeeds_before_replay_finished()
372 grpc_call_details_destroy(&call_details); in test_retry_streaming_succeeds_before_replay_finished()
Dcancel_before_invoke.cc168 grpc_call_details_destroy(&call_details); in test_cancel_before_invoke()
Dshutdown_finishes_calls.cc177 grpc_call_details_destroy(&call_details); in test_early_server_shutdown_finishes_inflight_calls()
/third_party/grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc98 grpc_call_details_destroy(&call_details1); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/end2end/
Dgoaway_server_test.cc379 grpc_call_details_destroy(&request_details1); in main()
383 grpc_call_details_destroy(&request_details2); in main()
/third_party/grpc/test/core/transport/chttp2/
Dtoo_many_pings_test.cc117 grpc_call_details_destroy(&call_details); in PerformCall()
/third_party/grpc/
Dgrpc.def14 grpc_call_details_destroy
/third_party/grpc/src/php/ext/grpc/
Dserver.c144 grpc_call_details_destroy(&details); in PHP_METHOD()
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc342 grpc_call_details_destroy(&call_details); in _test_close_before_server_recv()
540 grpc_call_details_destroy(&call_details); in _test_close_before_server_send()
669 grpc_call_details_destroy(&call_details); in _test_close_before_client_send()

12345