Searched defs:doh (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | doh.c | 158 static int Curl_doh_done(struct Curl_easy *doh, CURLcode result) in Curl_doh_done() 189 struct Curl_easy *doh = NULL; in dohprobe() local 389 static DOHcode skipqname(unsigned char *doh, size_t dohlen, in skipqname() 413 static unsigned short get16bit(unsigned char *doh, int index) in get16bit() 418 static unsigned int get32bit(unsigned char *doh, int index) in get32bit() 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() 474 static DOHcode store_cname(unsigned char *doh, in store_cname() 529 static DOHcode rdata(unsigned char *doh, in rdata() 576 UNITTEST DOHcode doh_decode(unsigned char *doh, in doh_decode()
|
D | urldata.h | 607 struct dohdata doh; /* DoH specific data for this request */ member 1739 bit doh:1; /* DNS-over-HTTPS enabled */ member
|