Searched refs:grpc_endpoint_pair (Results 1 – 19 of 19) sorted by relevance
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_sockpair.cc | 47 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport() 73 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair() 74 static_cast<grpc_endpoint_pair*>(gpr_malloc(sizeof(grpc_endpoint_pair))); in chttp2_create_fixture_socketpair() 90 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair() 104 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair()
|
D | h2_sockpair+trace.cc | 53 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport() 78 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair() 79 static_cast<grpc_endpoint_pair*>(gpr_malloc(sizeof(grpc_endpoint_pair))); in chttp2_create_fixture_socketpair() 95 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair() 109 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair()
|
D | h2_sockpair_1byte.cc | 47 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport() 73 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair() 74 static_cast<grpc_endpoint_pair*>(gpr_malloc(sizeof(grpc_endpoint_pair))); in chttp2_create_fixture_socketpair() 101 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair() 115 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | endpoint_pair_uv.cc | 31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() 33 grpc_endpoint_pair endpoint_pair; in grpc_iomgr_create_endpoint_pair()
|
D | endpoint_pair.h | 26 struct grpc_endpoint_pair { struct 30 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, argument
|
D | endpoint_pair_posix.cc | 55 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() 58 grpc_endpoint_pair p; in grpc_iomgr_create_endpoint_pair()
|
D | endpoint_pair_windows.cc | 73 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair( in grpc_iomgr_create_endpoint_pair() 76 grpc_endpoint_pair p; in grpc_iomgr_create_endpoint_pair()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | endpoint_pair_uv.cc | 31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() 33 grpc_endpoint_pair endpoint_pair; in grpc_iomgr_create_endpoint_pair()
|
D | endpoint_pair.h | 29 } grpc_endpoint_pair; typedef 31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name,
|
D | endpoint_pair_posix.cc | 52 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() 55 grpc_endpoint_pair p; in grpc_iomgr_create_endpoint_pair()
|
D | endpoint_pair_windows.cc | 73 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair( in grpc_iomgr_create_endpoint_pair() 76 grpc_endpoint_pair p; in grpc_iomgr_create_endpoint_pair()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_fixtures.h | 175 EndpointPairFixture(Service* service, grpc_endpoint_pair endpoints, in EndpointPairFixture() 249 grpc_endpoint_pair endpoint_pair_; 297 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints() 298 grpc_endpoint_pair p; in MakeEndpoints()
|
D | bm_fullstack_trickle.cc | 214 static grpc_endpoint_pair MakeEndpoints(size_t kilobits, in MakeEndpoints() 216 grpc_endpoint_pair p; in MakeEndpoints()
|
/external/grpc-grpc/test/cpp/performance/ |
D | writes_per_rpc_test.cc | 78 EndpointPairFixture(Service* service, grpc_endpoint_pair endpoints) { in EndpointPairFixture() 159 static grpc_endpoint_pair MakeEndpoints(grpc_passthru_endpoint_stats* stats) { in MakeEndpoints() 160 grpc_endpoint_pair p; in MakeEndpoints()
|
/external/grpc-grpc/test/core/iomgr/ |
D | fd_conservation_posix_test.cc | 30 grpc_endpoint_pair p; in main()
|
D | endpoint_pair_test.cc | 43 grpc_endpoint_pair p = grpc_iomgr_create_endpoint_pair("test", &args); in create_fixture_endpoint_pair()
|
/external/grpc-grpc/test/core/bad_client/ |
D | bad_client.cc | 91 grpc_endpoint_pair* sfd, in grpc_run_client_side_validator() 188 grpc_endpoint_pair sfd; in grpc_run_bad_client_test()
|
/external/grpc-grpc/test/core/security/ |
D | secure_endpoint_test.cc | 55 grpc_endpoint_pair tcp; in secure_endpoint_create_fixture_tcp_socketpair()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | secure_endpoint_test.cc | 55 grpc_endpoint_pair tcp; in secure_endpoint_create_fixture_tcp_socketpair()
|