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_encode(sunshine1, dnstype, buffer, buflen, &olen1);
161 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
168 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
174 ret = doh_encode(sunshine1, dnstype, buffer, olen1 - 1, &olen);
178 ret = doh_encode(sunshine1, dnstype, buffer, olen1, &olen);
/curl/lib/
H A Ddoh.h64 DNStype dnstype; member
146 DNStype dnstype,
152 DNStype dnstype,
H A Ddoh.c86 DNStype dnstype, in doh_encode() argument
168 *dnsp++ = (unsigned char)(255 & (dnstype>>8)); /* upper 8 bit TYPE */ in doh_encode()
244 struct dnsprobe *p, DNStype dnstype, in dohprobe() argument
259 p->dnstype = dnstype; in dohprobe()
699 DNStype dnstype, in doh_decode() argument
746 && (type != dnstype)) in doh_decode()
1006 static const char *type2name(DNStype dnstype) in type2name() argument
1008 switch(dnstype) { in type2name()
1329 if(!p->dnstype) in Curl_doh_is_resolved()
1333 p->dnstype, in Curl_doh_is_resolved()
[all …]

Completed in 19 milliseconds