Searched refs:frontend_new (Results 1 – 3 of 3) sorted by relevance
52 DohFrontend* frontend_new(const char* addr, const char* port, const char* backend_addr,
47 mRustDoh = rust::frontend_new(mAddress.c_str(), mService.c_str(), mBackendAddress.c_str(), in startServer()
35 pub unsafe extern "C" fn frontend_new( in frontend_new() function