Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 80) 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 Dtest13176 --resolve
36 HTTP with --resolve
39 --resolve example.com:%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 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 Dtest147224 Fail to resolve .onion. TLD
34 # Couldn't resolve host name
H A Dtest147124 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 Dtest20468 --resolve
56 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -w "%{num_connects}\n…
H A Dtest14488 --resolve
56 http://åäö.se:%HTTPPORT/%TESTNUMBER --resolve xn--4cab6c.se:%HTTPPORT:%HOSTIP -L --connect-to %HOST…
H A Dtest144734 # Couldn't resolve proxy name
H A Dtest15926 resolve
/curl/tests/http/clients/
H A Dupload-pausing.c192 struct curl_slist *resolve = NULL; in main() local
222 memset(&resolve, 0, sizeof(resolve)); in main()
225 resolve = curl_slist_append(resolve, resolve_buf); in main()
252 curl_easy_setopt(curl, CURLOPT_RESOLVE, resolve) != CURLE_OK) in main()
262 curl_slist_free_all(resolve); in main()
H A Dtls-session-reuse.c145 struct curl_slist *resolve, in add_transfer() argument
168 if(resolve) in add_transfer()
169 curl_easy_setopt(easy, CURLOPT_RESOLVE, resolve); in add_transfer()
189 struct curl_slist resolve; in main() local
225 memset(&resolve, 0, sizeof(resolve)); in main()
228 curl_slist_append(&resolve, resolve_buf); in main()
244 add_transfer(multi, share, &resolve, url, http_version); in main()
270 add_transfer(multi, share, &resolve, url, http_version); in main()
H A Dh2-pausing.c205 struct curl_slist *resolve = NULL; in main() local
265 memset(&resolve, 0, sizeof(resolve)); in main()
268 resolve = curl_slist_append(resolve, resolve_buf); in main()
286 curl_easy_setopt(handles[i].h, CURLOPT_RESOLVE, resolve) != CURLE_OK || in main()
389 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
/curl/docs/libcurl/opts/
H A DCURLOPT_RESOLVER_START_FUNCTION.md16 CURLOPT_RESOLVER_START_FUNCTION - callback called before a new name resolve is started
35 This callback function gets called by libcurl every time before a new resolve
49 resolve to fail.
H A DCURLOPT_DNS_CACHE_TIMEOUT.md31 Pass a long, this sets the timeout in seconds. Name resolve results are kept
40 The name resolve functions of various libc implementations do not re-read name
73 two seconds have passed since the previous name resolve */
H A DCURLOPT_IPRESOLVE.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_IPRESOLVE, long resolve);
31 interesting when using hostnames that resolve to more than one IP family.
/curl/tests/server/
H A D.gitignore7 resolve
H A DMakefile.inc25 noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd fake_ntlm \
69 resolve.c
/curl/tests/libtest/
H A Dlib1515.c52 static CURLcode do_one_request(CURLM *m, char *URL, char *resolve) in do_one_request() argument
61 resolve_list = curl_slist_append(resolve_list, resolve); in do_one_request()

Completed in 31 milliseconds

1234