Searched refs:doh (Results 1 – 25 of 28) sorted by relevance
12
/third_party/curl/lib/ |
D | doh.c | 186 static int doh_done(struct Curl_easy *doh, CURLcode result) in doh_done() argument 188 struct Curl_easy *data = doh->set.dohfor; in doh_done() 189 struct dohdata *dohp = data->req.doh; in doh_done() 207 result = curl_easy_setopt(doh, x, y); \ 220 struct Curl_easy *doh = NULL; in dohprobe() local 240 result = Curl_open(&doh); in dohprobe() 245 doh->internal = true; in dohprobe() 335 (void)curl_easy_setopt(doh, CURLOPT_SSL_OPTIONS, mask); in dohprobe() 338 doh->set.fmultidone = doh_done; in dohprobe() 339 doh->set.dohfor = data; /* identify for which transfer this is done */ in dohprobe() [all …]
|
D | doh.h | 115 DOHcode doh_decode(const unsigned char *doh,
|
D | hostip.c | 692 conn->bits.doh = FALSE; /* default is not */ in Curl_resolv() 785 else if(allowDOH && data->set.doh && !ipnum) in Curl_resolv() 1296 if(data->conn->bits.doh) in Curl_resolv_check() 1307 if(data->conn->bits.doh) in Curl_resolv_getsock()
|
D | Makefile.inc | 137 doh.c \ 281 doh.h \
|
D | urldata.h | 538 BIT(doh); 707 struct dohdata *doh; /* DoH specific data for this request */ member 1914 BIT(doh); /* DNS-over-HTTPS enabled */
|
D | url.c | 452 if(data->req.doh) { in Curl_close() 453 Curl_dyn_free(&data->req.doh->probe[0].serverdoh); in Curl_close() 454 Curl_dyn_free(&data->req.doh->probe[1].serverdoh); in Curl_close() 455 curl_slist_free_all(data->req.doh->headers); in Curl_close() 456 Curl_safefree(data->req.doh); in Curl_close() 2037 if(data->req.doh) { 2038 Curl_close(&data->req.doh->probe[0].easy); 2039 Curl_close(&data->req.doh->probe[1].easy);
|
D | Makefile.in | 222 curl_sasl.c curl_sspi.c curl_threads.c curl_trc.c dict.c doh.c \ 259 curl_threads.h curl_trc.h curlx.h dict.h doh.h dynbuf.h \ 298 libcurl_la-curl_trc.lo libcurl_la-dict.lo libcurl_la-doh.lo \ 394 libcurlu_la-dict.lo libcurlu_la-doh.lo libcurlu_la-dynbuf.lo \ 518 ./$(DEPDIR)/libcurl_la-dict.Plo ./$(DEPDIR)/libcurl_la-doh.Plo \ 645 ./$(DEPDIR)/libcurlu_la-doh.Plo \ 1245 doh.c \ 1389 doh.h \ 1820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-doh.Plo@am__quote@ # am--include-marker 1950 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-doh.Plo@am__quote@ # am--include-marker [all …]
|
D | setopt.c | 3039 data->set.doh = data->set.str[STRING_DOH]?TRUE:FALSE; in Curl_vsetopt()
|
/third_party/curl/docs/cmdline-opts/ |
D | doh-url.d | 3 Long: doh-url 8 Example: --doh-url https://doh.example $URL 9 See-also: doh-insecure 17 settings are not inherited but are controlled separately via --doh-insecure 18 and --doh-cert-status.
|
D | doh-insecure.d | 3 Long: doh-insecure 7 Example: --doh-insecure --doh-url https://doh.example $URL 8 See-also: doh-url
|
D | doh-cert-status.d | 3 Long: doh-cert-status 7 Example: --doh-cert-status --doh-url https://doh.example $URL 8 See-also: doh-insecure
|
D | Makefile.inc | 68 doh-cert-status.d \ 69 doh-insecure.d \ 70 doh-url.d \
|
D | Makefile.in | 462 doh-cert-status.d \ 463 doh-insecure.d \ 464 doh-url.d \
|
/third_party/curl/docs/ |
D | options-in-versions | 54 --doh-cert-status 7.76.0 55 --doh-insecure 7.76.0 56 --doh-url 7.62.0
|
D | INSTALL.md | 530 - `--disable-doh` (DNS-over-HTTP)
|
/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 | BUILD.gn | 57 "lib/doh.c",
|
D | RELEASE-NOTES | 74 o doh: inherit DEBUGFUNCTION/DATA [12]
|
D | Makefile.in | 802 doh.c \ 946 doh.h \
|
D | configure.ac | 4138 AC_ARG_ENABLE(doh, optenable 4139 AS_HELP_STRING([--enable-doh],[Enable DoH support]) 4140 AS_HELP_STRING([--disable-doh],[Disable DoH support]),
|
D | CHANGES | 2175 - doh: inherit DEBUGFUNCTION/DATA
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5330 "doh~i",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5426 "doh~i",
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | ChangeLog-0.8 | 588 Add dataaccess part (doh!).
|
12