Home
last modified time | relevance | path

Searched refs:grpc_call_details (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/grpc/src/core/lib/surface/
Dcall_details.cc30 void grpc_call_details_init(grpc_call_details* details) { in grpc_call_details_init()
36 void grpc_call_details_destroy(grpc_call_details* details) { in grpc_call_details_destroy()
Dserver.h55 grpc_call_details* details;
148 grpc_call_error RequestCall(grpc_call** call, grpc_call_details* details,
/third_party/grpc/include/grpc/
Dgrpc.h48 GRPCAPI void grpc_call_details_init(grpc_call_details* details);
49 GRPCAPI void grpc_call_details_destroy(grpc_call_details* details);
361 grpc_server* server, grpc_call** call, grpc_call_details* details,
/third_party/grpc/test/core/end2end/tests/
Dresource_quota_server.cc147 grpc_call_details* call_details = static_cast<grpc_call_details*>( in resource_quota_server()
148 malloc(sizeof(grpc_call_details) * NUM_CALLS)); in resource_quota_server()
Dfilter_call_init_fails.cc114 grpc_call_details call_details; in test_server_channel_filter()
209 grpc_call_details call_details; in test_client_channel_filter()
298 grpc_call_details call_details; in test_client_subchannel_filter()
Dshutdown_finishes_tags.cc81 grpc_call_details call_details; in test_early_server_shutdown_finishes_tags()
Dmax_message_length.cc122 grpc_call_details call_details; in test_max_message_length_on_request()
313 grpc_call_details call_details; in test_max_message_length_on_response()
507 grpc_call_details call_details; in test_max_receive_message_length_on_compressed_request()
665 grpc_call_details call_details; in test_max_receive_message_length_on_compressed_response()
Dmax_connection_age.cc106 grpc_call_details call_details; in test_max_age_forcibly_close()
248 grpc_call_details call_details; in test_max_age_gracefully_close()
Dbad_hostname.cc96 grpc_call_details call_details; in simple_request_body()
Dbad_ping.cc105 grpc_call_details call_details; in test_bad_ping()
264 grpc_call_details call_details; in test_pings_without_data()
Dmax_concurrent_streams.cc96 grpc_call_details call_details; in simple_request_body()
204 grpc_call_details call_details; in test_max_concurrent_streams()
448 grpc_call_details call_details; in test_max_concurrent_streams_with_timeout_on_first()
643 grpc_call_details call_details; in test_max_concurrent_streams_with_timeout_on_second()
Dcancel_before_invoke.cc101 grpc_call_details call_details; in test_cancel_before_invoke()
Dshutdown_finishes_calls.cc88 grpc_call_details call_details; in test_early_server_shutdown_finishes_inflight_calls()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pxd.pxi23 cdef grpc_call_details c_details
Dgrpc.pxi270 ctypedef struct grpc_call_details:
275 void grpc_call_details_init(grpc_call_details *details) nogil
276 void grpc_call_details_destroy(grpc_call_details *details) nogil
393 grpc_server *server, grpc_call **call, grpc_call_details *details,
/third_party/grpc/test/core/bad_ssl/
Dserver_common.cc52 grpc_call_details call_details; in bad_ssl_run()
/third_party/grpc/test/core/bad_client/tests/
Dsimple_request.cc94 grpc_call_details call_details; in verifier()
Dlarge_metadata.cc103 grpc_call_details call_details; in server_verifier_sends_too_much_metadata()
Dduplicate_header.cc58 grpc_call_details call_details; in verifier()
/third_party/grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc65 grpc_call_details call_details1; in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/end2end/
Dgoaway_server_test.cc170 grpc_call_details request_details1; in main()
179 grpc_call_details request_details2; in main()
/third_party/grpc/test/core/transport/chttp2/
Dtoo_many_pings_test.cc71 grpc_call_details call_details; in PerformCall()
/third_party/grpc/src/php/ext/grpc/
Dserver.c101 grpc_call_details details; in PHP_METHOD()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pxd.pxi21 cdef grpc_call_details details
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h560 } grpc_call_details; typedef

12345