Home
last modified time | relevance | path

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

/external/curl/tests/unit/
Dunit1655.c82 const DOHcode expected_result;
104 DOHcode d;
149 DOHcode ret2;
152 DOHcode ret = doh_encode(sunshine1, dnstype, buffer, buflen, &olen1);
/external/curl/lib/
Ddoh.h60 } DOHcode; typedef
91 DOHcode doh_encode(const char *host,
96 DOHcode doh_decode(const unsigned char *doh,
Ddoh.c64 static const char *doh_strerror(DOHcode code) in doh_strerror()
80 UNITTEST DOHcode doh_encode(const char *host, in doh_encode()
225 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe()
436 static DOHcode skipqname(const unsigned char *doh, size_t dohlen, in skipqname()
477 static DOHcode store_a(const unsigned char *doh, int index, struct dohentry *d) in store_a()
489 static DOHcode store_aaaa(const unsigned char *doh, in store_aaaa()
503 static DOHcode store_cname(const unsigned char *doh, in store_cname()
555 static DOHcode rdata(const unsigned char *doh, in rdata()
566 DOHcode rc; in rdata()
608 UNITTEST DOHcode doh_decode(const unsigned char *doh, in doh_decode()
[all …]