/curl/tests/data/ |
H A D | test3019 | 6 --resolve 22 HTTP with invalid --resolve syntax 25 --resolve %HTTPPORT:example.com:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
|
H A D | test1458 | 6 --resolve 36 HTTP with wildcard --resolve 39 --resolve *:%HTTPPORT:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
|
H A D | test1324 | 6 --resolve 36 HTTP with --resolve and [ipv6address] 39 --resolve example.com:%HTTP6PORT:%HOST6IP http://example.com:%HTTP6PORT/%TESTNUMBER
|
H A D | test1317 | 6 --resolve 36 HTTP with --resolve 39 --resolve example.com:%HTTPPORT:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
|
H A D | test1322 | 6 --resolve 37 HTTP with --resolve and hostname with trailing dot 40 --ipv4 --resolve example.com.:%HTTPPORT:%HOSTIP http://example.com.:%HTTPPORT/%TESTNUMBER
|
H A D | test1318 | 6 --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 D | test1471 | 24 Fail to resolve .onion TLD 34 # Couldn't resolve host name
|
H A D | test1472 | 24 Fail to resolve .onion. TLD 34 # Couldn't resolve host name
|
H A D | test2052 | 7 --resolve 35 …example.com:%HTTPPORT/%TESTNUMBER --resolve www.example.com:%HTTPPORT:%HOSTIP -w "%{num_connects}\…
|
H A D | test414 | 6 --resolve 58 …/a/b/%TESTNUMBER -k -c %LOGDIR/cookie%TESTNUMBER --resolve attack.invalid:%HTTPSPORT:%HOSTIP --res…
|
H A D | test1083 | 42 …client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run prech…
|
H A D | test1448 | 8 --resolve 54 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -L --connect-to %HOST…
|
H A D | test2046 | 8 --resolve 54 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -w "%{num_connects}\n…
|
H A D | test1592 | 6 resolve
|
/curl/tests/http/clients/ |
H A D | tls-session-reuse.c | 142 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 D | upload-pausing.c | 207 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 D | h2-pausing.c | 211 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 D | resolve.md | 4 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 D | doh-url.md | 14 - --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 D | CURLOPT_RESOLVER_START_FUNCTION.md | 17 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 D | CURLOPT_DNS_CACHE_TIMEOUT.md | 32 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 D | CURLOPT_IPRESOLVE.md | 25 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 | .gitignore | 6 resolve
|
H A D | Makefile.inc | 25 noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd \ 69 resolve.c
|
/curl/tests/libtest/ |
H A D | lib1515.c | 41 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()
|