Home
last modified time | relevance | path

Searched defs:DohDispatcher (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Ddoh.rs74 pub struct DohDispatcher { struct
97 impl DohDispatcher { argument
103 ) -> Result<Box<DohDispatcher>> { in new()
115 ) -> Result<Box<DohDispatcher>> { in new_with_socket()
409 ) -> *mut DohDispatcher { in doh_new()
441 pub unsafe extern "C" fn doh_delete(doh: *mut DohDispatcher) { in doh_delete()
453 doh: &mut DohDispatcher, in doh_query()