Searched defs:doh (Results 1 – 3 of 3) sorted by relevance
| /external/curl/lib/ |
| D | doh.c | 186 static int doh_done(struct Curl_easy *doh, CURLcode result) in doh_done() 220 struct Curl_easy *doh = NULL; in dohprobe() local 422 static DOHcode skipqname(const unsigned char *doh, size_t dohlen, in skipqname() 446 static unsigned short get16bit(const unsigned char *doh, int index) in get16bit() 451 static unsigned int get32bit(const unsigned char *doh, int index) in get32bit() 463 static DOHcode store_a(const unsigned char *doh, int index, struct dohentry *d) in store_a() 475 static DOHcode store_aaaa(const unsigned char *doh, in store_aaaa() 489 static DOHcode store_cname(const unsigned char *doh, in store_cname() 541 static DOHcode rdata(const unsigned char *doh, in rdata() 594 UNITTEST DOHcode doh_decode(const unsigned char *doh, in doh_decode()
|
| D | urldata.h | 688 struct dohdata *doh; /* DoH specific data for this request */ member
|
| /external/curl/ |
| D | configure.ac | 4077 AC_ARG_ENABLE(doh, optenable
|