Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 89) sorted by relevance

1234

/curl/tests/data/
H A Dtest5348 non-existing host
32 FTP RETR twice using multi: non-existing host and non-existing file
35 ftp://non-existing-host.haxx.se/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
H A Dtest5077 non-existing host
21 multi interface get with non-existing host name
27 http://non-existing-host.haxx.se/
H A Dtest206 non-existing host
25 attempt connect to non-existing host name
28 --ipv4 non-existing-host.haxx.se.
H A Dtest10848 non-existing host
30 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --interface non-existing-host.haxx.se.
H A Dtest99621 --skip-existing with file present
24 -o %LOGDIR/there http://%HOSTIP:%HTTPPORT/%TESTNUMBER --skip-existing
H A Dtest99421 --skip-existing with globbing
24 -o "%LOGDIR/#1" "http://%HOSTIP:%HTTPPORT/%TESTNUMBER/{hey,ho}" --skip-existing
H A Dtest149117 file:// don't overwrite self with --skip-existing
20 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt -o %LOGDIR/test%TESTNUMBER.txt --skip-existing
H A Dtest109923 TFTP get first a non-existing file then an existing
H A Dtest149016 "upload" with file:// overwriting existing
29 already existing
H A Dtest10859 non-existing host
32 -g "http://%HOST6IP:%NOLISTENPORT/%TESTNUMBER" --interface non-existing-host.haxx.se.
H A Dtest99535 --skip-existing without file present
38 -o %LOGDIR/there http://%HOSTIP:%HTTPPORT/%TESTNUMBER --skip-existing
H A Dtest34139 Try to open a non existing file with --etag-compare should return an error
H A Dtest155347 imap://non-existing-host.haxx.se:%IMAPPORT/%TESTNUMBER
H A Dtest1706160 option1.md:19:1:WARN: see-also a non-existing option: include
161 option1.md:19:1:WARN: see-also a non-existing option: silent
162 option1.md:19:1:WARN: see-also a non-existing option: trace
163 option1.md:19:1:WARN: see-also a non-existing option: trace-ascii
164 WARN: option1.md mutexes a non-existing option: trace
165 WARN: option1.md mutexes a non-existing option: trace-ascii
166 option2.md:15:1:WARN: see-also a non-existing option: proto-default
H A Dtest110134 http_proxy=http://non-existing-host.haxx.se:3128/
H A Dtest121237 http://user:secret@%HOSTIP:%HTTPPORT/ulion/%TESTNUMBER --socks5 non-existing-host.haxx.se:1080 --no…
H A Dtest53331 FTP RETR a non-existing file twice using the multi interface
H A Dtest129134 %PERL -e 'for(1 .. 1000) { printf("upload-file=%LOGDIR/upload-this\nurl=htttttp://non-existing-host…
/curl/docs/cmdline-opts/
H A Dskip-existing.md4 Long: skip-existing
14 - --skip-existing --output local/dir/file $URL
17 # `--skip-existing`
H A Dinterface.md26 Interface name. If the provided name does not match an existing interface,
38 If the provided name does not match an existing interface, curl returns with
/curl/docs/libcurl/opts/
H A DCURLOPT_FRESH_CONNECT.md31 by force instead of trying to reuse an existing one. This option should be
38 Set *fresh* to 0 to have libcurl attempt reusing an existing connection
56 /* this transfer must use a new connection, not reuse an existing */
H A DCURLOPT_PIPEWAIT.md35 for existing connections to use. If no such connection exists it immediately
44 With this option set, libcurl prefers to wait and reuse an existing connection
/curl/docs/libcurl/
H A Dcurl_slist_append.md30 existing **list** should be passed as the first argument and the new list is
76 pointer is returned. To avoid overwriting an existing non-empty list on
H A Dcurl_easy_upkeep.md17 curl_easy_upkeep - keep existing connections alive
30 send some traffic on existing connections in order to keep them alive; this
/curl/lib/
H A Durl.c3277 Curl_safefree(existing->user);
3278 Curl_safefree(existing->passwd);
3279 existing->user = temp->user;
3280 existing->passwd = temp->passwd;
3287 if(existing->bits.proxy_user_passwd) {
3320 Curl_safefree(existing->host.rawalloc);
3322 existing->host = temp->host;
3328 existing->remote_port = temp->remote_port;
3361 struct connectdata *existing = NULL; local
3602 reuse_conn(data, conn, existing);
[all …]

Completed in 25 milliseconds

1234