Searched refs:existing (Results 1 – 25 of 89) sorted by relevance
1234
8 non-existing host32 FTP RETR twice using multi: non-existing host and non-existing file35 ftp://non-existing-host.haxx.se/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
7 non-existing host21 multi interface get with non-existing host name27 http://non-existing-host.haxx.se/
6 non-existing host25 attempt connect to non-existing host name28 --ipv4 non-existing-host.haxx.se.
8 non-existing host30 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --interface non-existing-host.haxx.se.
21 --skip-existing with file present24 -o %LOGDIR/there http://%HOSTIP:%HTTPPORT/%TESTNUMBER --skip-existing
21 --skip-existing with globbing24 -o "%LOGDIR/#1" "http://%HOSTIP:%HTTPPORT/%TESTNUMBER/{hey,ho}" --skip-existing
17 file:// don't overwrite self with --skip-existing20 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt -o %LOGDIR/test%TESTNUMBER.txt --skip-existing
23 TFTP get first a non-existing file then an existing
16 "upload" with file:// overwriting existing29 already existing
9 non-existing host32 -g "http://%HOST6IP:%NOLISTENPORT/%TESTNUMBER" --interface non-existing-host.haxx.se.
35 --skip-existing without file present38 -o %LOGDIR/there http://%HOSTIP:%HTTPPORT/%TESTNUMBER --skip-existing
39 Try to open a non existing file with --etag-compare should return an error
47 imap://non-existing-host.haxx.se:%IMAPPORT/%TESTNUMBER
160 option1.md:19:1:WARN: see-also a non-existing option: include161 option1.md:19:1:WARN: see-also a non-existing option: silent162 option1.md:19:1:WARN: see-also a non-existing option: trace163 option1.md:19:1:WARN: see-also a non-existing option: trace-ascii164 WARN: option1.md mutexes a non-existing option: trace165 WARN: option1.md mutexes a non-existing option: trace-ascii166 option2.md:15:1:WARN: see-also a non-existing option: proto-default
34 http_proxy=http://non-existing-host.haxx.se:3128/
37 http://user:secret@%HOSTIP:%HTTPPORT/ulion/%TESTNUMBER --socks5 non-existing-host.haxx.se:1080 --no…
31 FTP RETR a non-existing file twice using the multi interface
34 %PERL -e 'for(1 .. 1000) { printf("upload-file=%LOGDIR/upload-this\nurl=htttttp://non-existing-host…
4 Long: skip-existing14 - --skip-existing --output local/dir/file $URL17 # `--skip-existing`
26 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
31 by force instead of trying to reuse an existing one. This option should be38 Set *fresh* to 0 to have libcurl attempt reusing an existing connection56 /* this transfer must use a new connection, not reuse an existing */
35 for existing connections to use. If no such connection exists it immediately44 With this option set, libcurl prefers to wait and reuse an existing connection
30 existing **list** should be passed as the first argument and the new list is76 pointer is returned. To avoid overwriting an existing non-empty list on
17 curl_easy_upkeep - keep existing connections alive30 send some traffic on existing connections in order to keep them alive; this
3277 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; local3602 reuse_conn(data, conn, existing);[all …]
Completed in 25 milliseconds