Home
last modified time | relevance | path

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

/external/curl/lib/
Ddoh.h58 } DOHcode; typedef
94 DOHcode doh_encode(const char *host,
99 DOHcode doh_decode(unsigned char *doh,
Ddoh.c61 static const char *doh_strerror(DOHcode code) in doh_strerror()
75 UNITTEST DOHcode doh_encode(const char *host, in doh_encode()
193 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer), in dohprobe()
389 static DOHcode skipqname(unsigned char *doh, size_t dohlen, in skipqname()
424 static DOHcode store_a(unsigned char *doh, int index, struct dohentry *d) in store_a()
436 static DOHcode store_aaaa(unsigned char *doh, int index, struct dohentry *d) in store_aaaa()
448 static DOHcode cnameappend(struct cnamestore *c, in cnameappend()
474 static DOHcode store_cname(unsigned char *doh, in store_cname()
508 DOHcode rc; in store_cname()
529 static DOHcode rdata(unsigned char *doh, in rdata()
[all …]