Home
last modified time | relevance | path

Searched refs:doh_probes (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Drequest.h36 struct doh_probes;
120 struct doh_probes *doh; /* DoH specific data for this request */
H A Ddoh.h91 struct doh_probes { struct
H A Ddoh.c226 struct doh_probes *dohp = data->req.doh; in doh_done()
410 struct doh_probes *dohp; in Curl_doh()
427 dohp = data->req.doh = calloc(1, sizeof(struct doh_probes)); in Curl_doh()
1298 struct doh_probes *dohp = data->req.doh; in Curl_doh_is_resolved()
1404 struct doh_probes *doh = data->req.doh; in Curl_doh_close()
1433 struct doh_probes *doh = data->req.doh; in Curl_doh_cleanup()

Completed in 13 milliseconds