Searched refs:doh (Results 1 – 25 of 25) sorted by relevance
/third_party/curl/lib/ |
D | doh.c | 190 static int doh_done(struct Curl_easy *doh, CURLcode result) in doh_done() argument 192 struct Curl_easy *data = doh->set.dohfor; in doh_done() 193 struct dohdata *dohp = data->req.doh; in doh_done() 211 result = curl_easy_setopt(doh, x, y); \ 224 struct Curl_easy *doh = NULL; in dohprobe() local 263 result = Curl_open(&doh); in dohprobe() 362 (void)curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask); in dohprobe() 365 doh->set.fmultidone = doh_done; in dohprobe() 366 doh->set.dohfor = data; /* identify for which transfer this is done */ in dohprobe() 367 p->easy = doh; in dohprobe() [all …]
|
D | doh.h | 96 DOHcode doh_decode(const unsigned char *doh,
|
D | hostip.c | 583 conn->bits.doh = FALSE; /* default is not */ in Curl_resolv() 684 else if(allowDOH && data->set.doh && !ipnum) in Curl_resolv() 1183 if(data->conn->bits.doh) in Curl_resolv_check() 1192 if(data->conn->bits.doh) in Curl_resolv_getsock()
|
D | Makefile.inc | 125 doh.c \ 259 doh.h \
|
D | urldata.h | 522 BIT(doh); 706 struct dohdata *doh; /* DoH specific data for this request */ member 1864 BIT(doh); /* DNS-over-HTTPS enabled */
|
D | url.c | 470 if(data->req.doh) { in Curl_close() 471 Curl_dyn_free(&data->req.doh->probe[0].serverdoh); in Curl_close() 472 Curl_dyn_free(&data->req.doh->probe[1].serverdoh); in Curl_close() 473 curl_slist_free_all(data->req.doh->headers); in Curl_close() 474 Curl_safefree(data->req.doh); in Curl_close() 2242 if(data->req.doh) { 2243 Curl_close(&data->req.doh->probe[0].easy); 2244 Curl_close(&data->req.doh->probe[1].easy);
|
D | setopt.c | 2940 data->set.doh = data->set.str[STRING_DOH]?TRUE:FALSE; in Curl_vsetopt()
|
/third_party/curl/docs/cmdline-opts/ |
D | doh-url.d | 1 Long: doh-url 14 --doh-insecure and --doh-cert-status.
|
D | doh-insecure.d | 1 Long: doh-insecure
|
D | doh-cert-status.d | 1 Long: doh-cert-status
|
D | Makefile.inc | 65 doh-cert-status.d \ 66 doh-insecure.d \ 67 doh-url.d \
|
/third_party/curl/docs/ |
D | options-in-versions | 53 --doh-cert-status 7.76.0 54 --doh-insecure 7.76.0 55 --doh-url 7.62.0
|
/third_party/curl/tests/data/ |
D | test1655 | 5 doh
|
D | test2100 | 58 http://foo.example.com:%HTTPPORT/%TESTNUMBER --doh-url http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001
|
/third_party/curl/ |
D | RELEASE-NOTES | 80 o doh: (void)-prefix call to curl_easy_setopt 81 o doh: fix wrong DEBUGASSERT for doh private_data [62]
|
D | BUILD.gn | 45 "//third_party/curl/lib/doh.c",
|
D | configure.ac | 3702 AC_ARG_ENABLE(doh, optenable 3703 AS_HELP_STRING([--enable-doh],[Enable DoH support]) 3704 AS_HELP_STRING([--disable-doh],[Disable DoH support]),
|
/third_party/boost/libs/thread/doc/ |
D | changes.qbk | 249 …ac/boost/ticket/11368 #11368] boost thread's usage of CreateWaitableTimer wakes PC from sleep (doh)
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5330 "doh~i",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5330 "doh~i",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5134 "doh~i",
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | ChangeLog-0.8 | 588 Add dataaccess part (doh!).
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 8136 Added the missing autoplugger, doh 9122 (doh).
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 91899 changelog, doh 91901 changelog, doh 122943 doh. use correct variable 122945 doh. use correct variable 132323 revert accidental commit of cruft -- doh 132325 revert accidental commit of cruft -- doh
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 156058 doh 156060 doh
|