Home
last modified time | relevance | path

Searched refs:doh (Results 1 – 25 of 28) sorted by relevance

12

/third_party/curl/lib/
Ddoh.c186 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 …]
Ddoh.h115 DOHcode doh_decode(const unsigned char *doh,
Dhostip.c692 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()
DMakefile.inc137 doh.c \
281 doh.h \
Durldata.h538 BIT(doh);
707 struct dohdata *doh; /* DoH specific data for this request */ member
1914 BIT(doh); /* DNS-over-HTTPS enabled */
Durl.c452 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);
DMakefile.in222 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 …]
Dsetopt.c3039 data->set.doh = data->set.str[STRING_DOH]?TRUE:FALSE; in Curl_vsetopt()
/third_party/curl/docs/cmdline-opts/
Ddoh-url.d3 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.
Ddoh-insecure.d3 Long: doh-insecure
7 Example: --doh-insecure --doh-url https://doh.example $URL
8 See-also: doh-url
Ddoh-cert-status.d3 Long: doh-cert-status
7 Example: --doh-cert-status --doh-url https://doh.example $URL
8 See-also: doh-insecure
DMakefile.inc68 doh-cert-status.d \
69 doh-insecure.d \
70 doh-url.d \
DMakefile.in462 doh-cert-status.d \
463 doh-insecure.d \
464 doh-url.d \
/third_party/curl/docs/
Doptions-in-versions54 --doh-cert-status 7.76.0
55 --doh-insecure 7.76.0
56 --doh-url 7.62.0
DINSTALL.md530 - `--disable-doh` (DNS-over-HTTP)
/third_party/curl/tests/data/
Dtest16555 doh
Dtest210058 http://foo.example.com:%HTTPPORT/%TESTNUMBER --doh-url http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001
/third_party/curl/
DBUILD.gn57 "lib/doh.c",
DRELEASE-NOTES74 o doh: inherit DEBUGFUNCTION/DATA [12]
DMakefile.in802 doh.c \
946 doh.h \
Dconfigure.ac4138 AC_ARG_ENABLE(doh, optenable
4139 AS_HELP_STRING([--enable-doh],[Enable DoH support])
4140 AS_HELP_STRING([--disable-doh],[Disable DoH support]),
DCHANGES2175 - doh: inherit DEBUGFUNCTION/DATA
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt5330 "doh~i",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt5426 "doh~i",
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.8588 Add dataaccess part (doh!).

12