Lines Matching refs:rust
40 rust::frontend_delete(mRustDoh); in ~DohFrontend()
47 mRustDoh = rust::frontend_new(mAddress.c_str(), mService.c_str(), mBackendAddress.c_str(), in startServer()
55 rust::frontend_set_certificate(mRustDoh, kCertificate); in startServer()
56 rust::frontend_set_private_key(mRustDoh, kPrivatekey); in startServer()
58 return rust::frontend_start(mRustDoh); in startServer()
65 return rust::frontend_stop(mRustDoh); in stopServer()
72 rust::Stats stats; in queries()
73 rust::frontend_stats(mRustDoh, &stats); in queries()
81 rust::Stats stats; in connections()
82 rust::frontend_stats(mRustDoh, &stats); in connections()
90 rust::Stats stats; in aliveConnections()
91 rust::frontend_stats(mRustDoh, &stats); in aliveConnections()
99 rust::Stats stats; in resumedConnections()
100 rust::frontend_stats(mRustDoh, &stats); in resumedConnections()
108 rust::Stats stats; in earlyDataConnections()
109 rust::frontend_stats(mRustDoh, &stats); in earlyDataConnections()
120 rust::Stats stats; in clearQueries()
121 rust::frontend_stats(mRustDoh, &stats); in clearQueries()