Home
last modified time | relevance | path

Searched defs:ServerData (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/news/newsstar/newsstar-1.5.6/src/
H A Dserver.h51 ServerData *next; argument
55 char *identifier;
56 char *address;
57 char *addr_s;
58 int port;
59 int proto;
60 char *user;
61 char *password;
62 char *path;
65 BOOL pipeline;
[all …]
H A Ddefns.h51 typedef struct ServerData ServerData; typedef
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/
H A Dcfstream_test.cc229 struct ServerData { struct in grpc::testing::__anon59f599c70111::CFStreamTest
230 int port_;
231 const std::string creds_;
232 std::unique_ptr<Server> server_;
233 TestServiceImpl service_;
234 std::unique_ptr<std::thread> thread_;
235 bool server_ready_ = false;
237 ServerData(int port, const std::string& creds) in ServerData() argument
240 void Start(const std::string& server_host) { in Start()
252 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dflaky_network_test.cc238 struct ServerData { struct in grpc::testing::__anon3af272b20111::FlakyNetworkTest
239 int port_;
240 const std::string creds_;
241 std::unique_ptr<Server> server_;
242 TestServiceImpl service_;
243 std::unique_ptr<std::thread> thread_;
244 bool server_ready_ = false;
246 ServerData(int port, const std::string& creds) in ServerData() function
249 void Start(const std::string& server_host) { in Start()
261 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dservice_config_end2end_test.cc301 struct ServerData { struct in grpc::testing::__anonc7bc6e570111::ServiceConfigEnd2endTest
302 const int port_;
303 std::unique_ptr<Server> server_;
304 MyTestServiceImpl service_;
305 std::unique_ptr<std::thread> thread_;
307 grpc::internal::Mutex mu_;
308 grpc::internal::CondVar cond_;
312 explicit ServerData(int port = 0) in ServerData() argument
315 void Start(const std::string& server_host) { in Start()
328 void Serve(const std::string& server_host) { in Serve()
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dflaky_network_test.cc246 struct ServerData { struct in grpc::testing::__anon5bd3d8ac0111::FlakyNetworkTest
247 int port_;
248 const std::string creds_;
249 std::unique_ptr<Server> server_;
250 TestServiceImpl service_;
251 std::unique_ptr<std::thread> thread_;
252 bool server_ready_ = false;
254 ServerData(int port, const std::string& creds) in ServerData() function
257 void Start(const std::string& server_host) { in Start()
269 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dcfstream_test.cc245 struct ServerData { struct in grpc::testing::__anon5706db810111::CFStreamTest
246 int port_;
247 const std::string creds_;
248 std::unique_ptr<Server> server_;
249 TestServiceImpl service_;
250 std::unique_ptr<std::thread> thread_;
251 bool server_ready_ = false;
253 ServerData(int port, const std::string& creds) in ServerData() function
256 void Start(const std::string& server_host) { in Start()
268 void Serve(const std::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dservice_config_end2end_test.cc303 struct ServerData { struct in grpc::testing::__anon93512d910111::ServiceConfigEnd2endTest
304 int port_;
305 std::unique_ptr<Server> server_;
306 MyTestServiceImpl service_;
307 std::unique_ptr<std::thread> thread_;
308 bool server_ready_ = false;
309 bool started_ = false;
311 explicit ServerData(int port = 0) { in ServerData() argument
315 void Start(const std::string& server_host) { in Start()
343 void Shutdown() { in Shutdown()
[all …]
H A Dclient_lb_end2end_test.cc359 struct ServerData { struct in grpc::testing::__anonfa3882570111::ClientLbEnd2endTest
360 int port_;
361 std::unique_ptr<Server> server_;
362 MyTestServiceImpl service_;
363 std::unique_ptr<std::thread> thread_;
364 bool server_ready_ = false;
365 bool started_ = false;
367 explicit ServerData(int port = 0) { in ServerData() function
371 void Start(const std::string& server_host) { in Start()
399 void Shutdown() { in Shutdown()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dcfstream_test.cc245 struct ServerData { struct in grpc::testing::__anonf3f76aba0111::CFStreamTest
246 int port_;
247 const grpc::string creds_;
248 std::unique_ptr<Server> server_;
249 TestServiceImpl service_;
250 std::unique_ptr<std::thread> thread_;
251 bool server_ready_ = false;
253 ServerData(int port, const grpc::string& creds) in ServerData() argument
256 void Start(const grpc::string& server_host) { in Start()
268 void Serve(const grpc::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dflaky_network_test.cc241 struct ServerData { struct in grpc::testing::__anona56bd3850111::FlakyNetworkTest
242 int port_;
243 const grpc::string creds_;
244 std::unique_ptr<Server> server_;
245 TestServiceImpl service_;
246 std::unique_ptr<std::thread> thread_;
247 bool server_ready_ = false;
249 ServerData(int port, const grpc::string& creds) in ServerData() function
252 void Start(const grpc::string& server_host) { in Start()
264 void Serve(const grpc::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dservice_config_end2end_test.cc296 struct ServerData { struct in grpc::testing::__anon55776c8a0111::ServiceConfigEnd2endTest
297 int port_;
298 std::unique_ptr<Server> server_;
299 MyTestServiceImpl service_;
300 std::unique_ptr<std::thread> thread_;
301 bool server_ready_ = false;
302 bool started_ = false;
304 explicit ServerData(int port = 0) { in ServerData() argument
308 void Start(const grpc::string& server_host) { in Start()
336 void Shutdown() { in Shutdown()
[all …]
H A Dclient_lb_end2end_test.cc329 struct ServerData { struct in grpc::testing::__anonf29441b00111::ClientLbEnd2endTest
330 int port_;
331 std::unique_ptr<Server> server_;
332 MyTestServiceImpl service_;
333 std::unique_ptr<std::thread> thread_;
334 bool server_ready_ = false;
335 bool started_ = false;
337 explicit ServerData(int port = 0) { in ServerData() function
341 void Start(const grpc::string& server_host) { in Start()
369 void Shutdown() { in Shutdown()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/end2end/
H A Dcfstream_test.cc230 struct ServerData { struct in grpc::testing::__anon7a2c08e80111::CFStreamTest
231 int port_;
232 const grpc::string creds_;
233 std::unique_ptr<Server> server_;
234 TestServiceImpl service_;
235 std::unique_ptr<std::thread> thread_;
236 bool server_ready_ = false;
238 ServerData(int port, const grpc::string& creds) in ServerData() function
241 void Start(const grpc::string& server_host) { in Start()
253 void Serve(const grpc::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dflaky_network_test.cc240 struct ServerData { struct in grpc::testing::__anon26807e730111::FlakyNetworkTest
241 int port_;
242 const grpc::string creds_;
243 std::unique_ptr<Server> server_;
244 TestServiceImpl service_;
245 std::unique_ptr<std::thread> thread_;
246 bool server_ready_ = false;
248 ServerData(int port, const grpc::string& creds) in ServerData() function
251 void Start(const grpc::string& server_host) { in Start()
263 void Serve(const grpc::string& server_host, std::mutex* mu, in Serve()
[all …]
H A Dservice_config_end2end_test.cc297 struct ServerData { struct in grpc::testing::__anon133e43380111::ServiceConfigEnd2endTest
298 int port_;
299 std::unique_ptr<Server> server_;
300 MyTestServiceImpl service_;
301 std::unique_ptr<std::thread> thread_;
302 bool server_ready_ = false;
303 bool started_ = false;
305 explicit ServerData(int port = 0) { in ServerData() function
309 void Start(const grpc::string& server_host) { in Start()
337 void Shutdown() { in Shutdown()
[all …]
H A Dclient_lb_end2end_test.cc306 struct ServerData { struct in grpc::testing::__anonf2c0b39e0111::ClientLbEnd2endTest
307 int port_;
308 std::unique_ptr<Server> server_;
309 MyTestServiceImpl service_;
310 std::unique_ptr<std::thread> thread_;
311 bool server_ready_ = false;
312 bool started_ = false;
314 explicit ServerData(int port = 0) { in ServerData() argument
318 void Start(const grpc::string& server_host) { in Start()
346 void Shutdown() { in Shutdown()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/src/test/
H A Dprotocol_error.rs11 struct ServerData<Id>(Arc<Mutex<Option<Id>>>); struct
13 impl server_rs::GlobalHandler<()> for ServerData<server_rs::ObjectId> { implementation
27 impl server_sys::GlobalHandler<()> for ServerData<server_sys::ObjectId> { implementation
H A Dmany_args.rs10 struct ServerData(AtomicBool); struct
H A Dserver_created_objects.rs10 struct ServerData; struct
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/lib/protocol/
H A Dprotocol.go27 ServerData = 1 const
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/lib/protocol/
H A Dprotocol.go27 ServerData = 1 const
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/lib/protocol/
H A Dprotocol.go27 ServerData = 1 const
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/server/
H A Dserver.cpp53 class ServerData class
57 ServerData( const char * n ) in ServerData() function in ServerData
/dports/mail/archiveopteryx-devel/aox-96ab17e/server/
H A Dserver.cpp53 class ServerData class
57 ServerData( const char * n ) in ServerData() function in ServerData

123456789