Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1655.c142 DNStype dnstype = DNS_TYPE_A; variable
154 DOHcode ret = doh_req_encode(sunshine1, dnstype, buffer, buflen, &olen1);
161 ret2 = doh_req_encode(dotshine1, dnstype, buffer, buflen, &olen2);
168 ret2 = doh_req_encode(sunshine2, dnstype, buffer, buflen, &olen2);
174 ret = doh_req_encode(sunshine1, dnstype, buffer, olen1 - 1, &olen);
178 ret = doh_req_encode(sunshine1, dnstype, buffer, olen1, &olen);
/curl/lib/
H A Ddoh.h64 DNStype dnstype; member
169 DNStype dnstype,
175 DNStype dnstype,
H A Ddoh.c86 DNStype dnstype, in doh_req_encode() argument
169 *dnsp++ = (unsigned char)(255 & dnstype); /* lower 8 bit TYPE */ in doh_req_encode()
251 struct doh_probe *p, DNStype dnstype, in doh_run_probe() argument
266 p->dnstype = dnstype; in doh_run_probe()
695 DNStype dnstype, in doh_resp_decode() argument
742 && (type != dnstype)) in doh_resp_decode()
1002 static const char *doh_type2name(DNStype dnstype) in doh_type2name() argument
1004 switch(dnstype) { in doh_type2name()
1323 if(!p->dnstype) in Curl_doh_is_resolved()
1327 p->dnstype, &de); in Curl_doh_is_resolved()
[all …]

Completed in 12 milliseconds