Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 84) sorted by relevance

1234

/curl/tests/data/
H A Dtest30196 --resolve
22 HTTP with invalid --resolve syntax
25 --resolve %HTTPPORT:example.com:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
H A Dtest14586 --resolve
36 HTTP with wildcard --resolve
39 --resolve *:%HTTPPORT:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
H A Dtest13246 --resolve
36 HTTP with --resolve and [ipv6address]
39 --resolve example.com:%HTTP6PORT:%HOST6IP http://example.com:%HTTP6PORT/%TESTNUMBER
H A Dtest13176 --resolve
36 HTTP with --resolve
39 --resolve example.com:%HTTPPORT:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
H A Dtest13226 --resolve
37 HTTP with --resolve and hostname with trailing dot
40 --ipv4 --resolve example.com.:%HTTPPORT:%HOSTIP http://example.com.:%HTTPPORT/%TESTNUMBER
H A Dtest13186 --resolve
36 HTTP with --resolve and same host name using different cases
39 --resolve MiXeDcAsE.cOm:%HTTPPORT:%HOSTIP http://MiXeDcAsE.cOm:%HTTPPORT/%TESTNUMBER http://mixedca…
H A Dtest147124 Fail to resolve .onion TLD
34 # Couldn't resolve host name
H A Dtest147224 Fail to resolve .onion. TLD
34 # Couldn't resolve host name
H A Dtest20527 --resolve
35 …example.com:%HTTPPORT/%TESTNUMBER --resolve www.example.com:%HTTPPORT:%HOSTIP -w "%{num_connects}\…
H A Dtest4146 --resolve
58 …/a/b/%TESTNUMBER -k -c %LOGDIR/cookie%TESTNUMBER --resolve attack.invalid:%HTTPSPORT:%HOSTIP --res…
H A Dtest108342 …client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run prech…
H A Dtest14488 --resolve
54 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -L --connect-to %HOST…
H A Dtest20468 --resolve
54 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -w "%{num_connects}\n…
H A Dtest15926 resolve
/curl/tests/http/clients/
H A Dtls-session-reuse.c142 struct curl_slist *resolve, in add_transfer() argument
165 if(resolve) in add_transfer()
166 curl_easy_setopt(easy, CURLOPT_RESOLVE, resolve); in add_transfer()
186 struct curl_slist resolve; in main() local
222 memset(&resolve, 0, sizeof(resolve)); in main()
225 curl_slist_append(&resolve, resolve_buf); in main()
241 add_transfer(multi, share, &resolve, url, http_version); in main()
267 add_transfer(multi, share, &resolve, url, http_version); in main()
H A Dupload-pausing.c207 struct curl_slist *resolve = NULL; in main() local
262 memset(&resolve, 0, sizeof(resolve)); in main()
265 resolve = curl_slist_append(resolve, resolve_buf); in main()
296 curl_easy_setopt(curl, CURLOPT_RESOLVE, resolve) != CURLE_OK) in main()
308 curl_slist_free_all(resolve); in main()
H A Dh2-pausing.c211 struct curl_slist *resolve = NULL; in main() local
271 memset(&resolve, 0, sizeof(resolve)); in main()
274 resolve = curl_slist_append(resolve, resolve_buf); in main()
292 curl_easy_setopt(handles[i].h, CURLOPT_RESOLVE, resolve) != CURLE_OK || in main()
396 curl_slist_free_all(resolve); in main()
/curl/docs/cmdline-opts/
H A Dresolve.md4 Long: resolve
14 - --resolve example.com:443:127.0.0.1 $URL
17 # `--resolve`
27 By specifying `*` as host you can tell curl to resolve any host and specific
28 port pair to the specified address. Wildcard is resolved last so any --resolve
37 curl tries to resolve the host as it normally would once the timeout has
H A Ddoh-url.md14 - --doh-url https://doh.example --resolve doh.example:443:192.0.2.1 $URL
19 Specifies which DNS-over-HTTPS (DoH) server to use to resolve hostnames,
27 … the DoH server. You can specify the IP address(es) of the DoH server with --resolve to avoid this.
/curl/docs/libcurl/opts/
H A DCURLOPT_RESOLVER_START_FUNCTION.md17 CURLOPT_RESOLVER_START_FUNCTION - callback called before a new name resolve is started
36 This callback function gets called by libcurl every time before a new resolve
50 resolve to fail.
H A DCURLOPT_DNS_CACHE_TIMEOUT.md32 Pass a long, this sets the timeout in seconds. Name resolve results are kept
41 The name resolve functions of various libc implementations do not re-read name
76 two seconds have passed since the previous name resolve */
H A DCURLOPT_IPRESOLVE.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_IPRESOLVE, long resolve);
32 interesting when using hostnames that resolve to more than one IP family.
/curl/tests/server/
H A D.gitignore6 resolve
H A DMakefile.inc25 noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd \
69 resolve.c
/curl/tests/libtest/
H A Dlib1515.c41 static CURLcode do_one_request(CURLM *m, char *URL, char *resolve) in do_one_request() argument
50 resolve_list = curl_slist_append(resolve_list, resolve); in do_one_request()

Completed in 36 milliseconds

1234