Searched refs:two (Results 1 – 25 of 115) sorted by relevance
12345
/curl/tests/data/ |
H A D | test492 | 35 Two globbed HTTP PUTs to two globbed URLs 38 'http://%HOSTIP:%HTTPPORT/{one,two}/' -T '{%LOGDIR/first%TESTNUMBER,%LOGDIR/second%TESTNUMBER}' -H … 60 PUT /two/first%TESTNUMBER HTTP/1.1 76 PUT /two/second%TESTNUMBER HTTP/1.1
|
H A D | test836 | 16 REPLY "LOGIN user.two secret" B002 OK LOGIN completed 39 …MAILINDEX=1' -u user.one:secret -: 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;UID=2' -u user.two:secret 53 B002 LOGIN user.two secret
|
H A D | test1235 | 24 two is nice too 75 two is nice too 85 two is nice too
|
H A D | test882 | 38 …ORT/%TESTNUMBER001 -u user.one:secret -: pop3://%HOSTIP:%POP3PORT/%TESTNUMBER002 -u user.two:secret 52 USER user.two
|
H A D | test3006 | 29 …TNUMBER --mail-rcpt-allowfails --mail-rcpt invalid.one --mail-rcpt invalid.two --mail-rcpt invalid… 44 RCPT TO:<invalid.two>
|
H A D | test87 | 26 two is nice too 58 two is nice too
|
H A D | test539 | 16 contents for file number two 21 contents for file number two
|
H A D | test3005 | 29 …UMBER --mail-rcpt-allowfails --mail-rcpt invalid.one --mail-rcpt recipient.two@example.com --mail-… 40 RCPT TO:<recipient.two@example.com>
|
H A D | test917 | 29 …RT/%TESTNUMBER --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-… 40 RCPT TO:<recipient.two@example.com>
|
H A D | test3002 | 29 …UMBER --mail-rcpt-allowfails --mail-rcpt invalid.one --mail-rcpt recipient.two@example.com --mail-… 40 RCPT TO:<recipient.two@example.com>
|
H A D | test3003 | 29 …cpt-allowfails --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-… 40 RCPT TO:<recipient.two@example.com>
|
H A D | test3004 | 29 …cpt-allowfails --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-… 40 RCPT TO:<recipient.two@example.com>
|
H A D | test1436 | 45 --unix-socket %HTTPUNIXPATH http://one.example.com/%TESTNUMBER0001 http://two.example.com/%TESTNUMB… 57 Host: two.example.com
|
H A D | test1117 | 20 guaranteed to split it into two packets. 61 guaranteed to split it into two packets.
|
H A D | test1406 | 38 …RT/%TESTNUMBER --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-… 53 RCPT TO:<recipient.two@example.com> 79 slist1 = curl_slist_append(slist1, "recipient.two@example.com");
|
H A D | test202 | 20 two file:// URLs to stdout
|
H A D | test618 | 15 SFTP retrieval of two files
|
H A D | test619 | 15 SCP retrieval of two files
|
H A D | test1027 | 33 # Search for these two sentinel lines in the help output; if they are found,
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_STREAM_WEIGHT.md | 44 based on their weight. If you have two streams going, stream A with weight 16 45 and stream B with weight 32, stream B gets two thirds (32/48) of the available 67 curl_easy_setopt(curl2, CURLOPT_URL, "https://example.com/two");
|
/curl/docs/cmdline-opts/ |
H A D | output.md | 17 - "http://{one,two}.example.com" -o "file_#1.txt" 29 curl "http://{one,two}.example.com" -o "file_#1.txt" 36 example, if you specify two URLs on the same command line, you can use it like
|
H A D | fail-early.md | 14 - --fail-early $URL https://two.example 31 server's HTTP status code. You can combine the two options, however note --fail
|
/curl/tests/unit/ |
H A D | unit1652.c | 84 static int verify(const char *info, const char *two) in verify() argument 90 return strncmp(info, two, nl - info); in verify()
|
/curl/docs/libcurl/ |
H A D | curl_strequal.md | 18 curl_strequal - compare two strings ignoring case 30 The curl_strequal(3) function compares the two strings *str1* and *str2*,
|
H A D | curl_strnequal.md | 18 curl_strnequal - compare two strings ignoring case 30 The curl_strnequal(3) function compares the two strings *str1* and *str2*,
|
Completed in 22 milliseconds
12345