Home
last modified time | relevance | path

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

/curl/lib/
H A Ddoh.c1046 char **dnsname) in doh_decode_rdata_name() argument
1053 DEBUGASSERT(buf && remaining && dnsname); in doh_decode_rdata_name()
1054 if(!buf || !remaining || !dnsname) in doh_decode_rdata_name()
1088 *dnsname = Curl_dyn_ptr(&thename); in doh_decode_rdata_name()
1179 char *dnsname = NULL; in doh_resp_decode_httpsrr() local
1198 if(doh_decode_rdata_name(&cp, &remaining, &dnsname) != CURLE_OK) in doh_resp_decode_httpsrr()
1200 lhrr->target = dnsname; in doh_resp_decode_httpsrr()

Completed in 6 milliseconds