Searched defs:doh (Results 1 – 3 of 3) sorted by relevance
| /external/curl/lib/ |
| D | doh.c | 190 static int Curl_doh_done(struct Curl_easy *doh, CURLcode result) in Curl_doh_done() 221 struct Curl_easy *doh = NULL; in dohprobe() local 436 static DOHcode skipqname(const unsigned char *doh, size_t dohlen, in skipqname() 460 static unsigned short get16bit(const unsigned char *doh, int index) in get16bit() 465 static unsigned int get32bit(const unsigned char *doh, int index) in get32bit() 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() 608 UNITTEST DOHcode doh_decode(const unsigned char *doh, in doh_decode()
|
| D | urldata.h | 649 struct dohdata doh; /* DoH specific data for this request */ member
|
| /external/curl/ |
| D | configure.ac | 4729 AC_ARG_ENABLE(doh, optenable
|