Searched refs:dnstype (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit1655.c | 142 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);
|
/third_party/curl/lib/ |
H A D | doh.c | 77 DNStype dnstype, in doh_encode() 159 *dnsp++ = (unsigned char)(255 & (dnstype>>8)); /* upper 8 bit TYPE */ in doh_encode() 160 *dnsp++ = (unsigned char)(255 & dnstype); /* lower 8 bit TYPE */ in doh_encode() 215 struct dnsprobe *p, DNStype dnstype, in dohprobe() 223 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe() 230 p->dnstype = dnstype; in dohprobe() 603 DNStype dnstype, in doh_decode() 650 && (type != dnstype)) in doh_decode() 888 static const char *type2name(DNStype dnstype) in type2name() argument 76 doh_encode(const char *host, DNStype dnstype, unsigned char *dnsp, size_t len, size_t *olen) doh_encode() argument 214 dohprobe(struct Curl_easy *data, struct dnsprobe *p, DNStype dnstype, const char *host, const char *url, CURLM *multi, struct curl_slist *headers) dohprobe() argument 601 doh_decode(const unsigned char *doh, size_t dohlen, DNStype dnstype, struct dohentry *d) doh_decode() argument [all...] |
H A D | doh.h | 60 DNStype dnstype; member 111 DNStype dnstype, 117 DNStype dnstype,
|
Completed in 2 milliseconds