Searched refs:DOHcode (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1655.c | 84 const DOHcode expected_result; 106 DOHcode d; 151 DOHcode ret2; 154 DOHcode ret = doh_encode(sunshine1, dnstype, buffer, buflen, &olen1);
|
/third_party/curl/lib/ |
D | doh.h | 47 } DOHcode; typedef 110 DOHcode doh_encode(const char *host, 115 DOHcode doh_decode(const unsigned char *doh,
|
D | doh.c | 66 static const char *doh_strerror(DOHcode code) in doh_strerror() 76 UNITTEST DOHcode doh_encode(const char *host, in doh_encode() 223 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe() 428 static DOHcode skipqname(const unsigned char *doh, size_t dohlen, in skipqname() 470 static DOHcode store_a(const unsigned char *doh, int index, struct dohentry *d) in store_a() 482 static DOHcode store_aaaa(const unsigned char *doh, in store_aaaa() 496 static DOHcode store_cname(const unsigned char *doh, in store_cname() 548 static DOHcode rdata(const unsigned char *doh, in rdata() 559 DOHcode rc; in rdata() 601 UNITTEST DOHcode doh_decode(const unsigned char *doh, in doh_decode() [all …]
|