Searched refs:grpc_tcp_server_create (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/test/core/iomgr/ |
D | tcp_server_uv_test.cc | 120 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op() 128 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_start() 140 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_port() 160 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_port_and_start() 230 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_connect()
|
D | tcp_server_posix_test.cc | 166 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op() 173 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_start() 186 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_port() 206 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_port_and_start() 303 grpc_tcp_server_create(nullptr, channel_args, &s)); in test_connect()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_server.cc | 25 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete, in grpc_tcp_server_create() function
|
D | tcp_server.h | 87 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete,
|
/third_party/grpc/test/core/util/ |
D | test_tcp_server.cc | 67 grpc_error* error = grpc_tcp_server_create(&server->shutdown_complete, in test_tcp_server_start()
|
/third_party/grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 350 error = grpc_tcp_server_create(&listener->tcp_server_shutdown_complete_, in Create() 394 grpc_error* error = grpc_tcp_server_create( in CreateWithAcceptor()
|
/third_party/grpc/test/core/surface/ |
D | concurrent_connectivity_test.cc | 141 grpc_error* error = grpc_tcp_server_create(nullptr, nullptr, &s); in bad_server_thread()
|
/third_party/grpc/test/core/end2end/fixtures/ |
D | http_proxy_fixture.cc | 616 grpc_tcp_server_create(nullptr, proxy->channel_args, &proxy->server); in grpc_end2end_http_proxy_create()
|