Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 114) sorted by relevance

12345

/curl/tests/data/
H A Dtest49235 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 Dtest83616 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 Dtest123524 two is nice too
75 two is nice too
85 two is nice too
H A Dtest88238 …ORT/%TESTNUMBER001 -u user.one:secret -: pop3://%HOSTIP:%POP3PORT/%TESTNUMBER002 -u user.two:secret
52 USER user.two
H A Dtest300629 …TNUMBER --mail-rcpt-allowfails --mail-rcpt invalid.one --mail-rcpt invalid.two --mail-rcpt invalid…
44 RCPT TO:<invalid.two>
H A Dtest8726 two is nice too
58 two is nice too
H A Dtest53916 contents for file number two
21 contents for file number two
H A Dtest300529 …UMBER --mail-rcpt-allowfails --mail-rcpt invalid.one --mail-rcpt recipient.two@example.com --mail-…
40 RCPT TO:<recipient.two@example.com>
H A Dtest91729 …RT/%TESTNUMBER --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-…
40 RCPT TO:<recipient.two@example.com>
H A Dtest300329 …cpt-allowfails --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-…
40 RCPT TO:<recipient.two@example.com>
H A Dtest300429 …cpt-allowfails --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-…
40 RCPT TO:<recipient.two@example.com>
H A Dtest300229 …UMBER --mail-rcpt-allowfails --mail-rcpt invalid.one --mail-rcpt recipient.two@example.com --mail-…
40 RCPT TO:<recipient.two@example.com>
H A Dtest143645 --unix-socket %HTTPUNIXPATH http://one.example.com/%TESTNUMBER0001 http://two.example.com/%TESTNUMB…
57 Host: two.example.com
H A Dtest111720 guaranteed to split it into two packets.
61 guaranteed to split it into two packets.
H A Dtest140638 …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 Dtest20220 two file:// URLs to stdout
H A Dtest61815 SFTP retrieval of two files
H A Dtest61915 SCP retrieval of two files
H A Dtest102725 # Search for these two sentinel lines in the help output; if they are found,
/curl/docs/libcurl/opts/
H A DCURLOPT_STREAM_WEIGHT.md44 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 Doutput.md17 - "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 Dfail-early.md14 - --fail-early $URL https://two.example
31 server's HTTP status code. You can combine the two options, however note --fail
/curl/docs/libcurl/
H A Dcurl_strequal.md18 curl_strequal - compare two strings ignoring case
30 The curl_strequal(3) function compares the two strings *str1* and *str2*,
H A Dcurl_strnequal.md18 curl_strnequal - compare two strings ignoring case
30 The curl_strnequal(3) function compares the two strings *str1* and *str2*,
/curl/tests/unit/
H A Dunit1652.c90 static int verify(const char *info, const char *two) in verify() argument
96 return strncmp(info, two, nl - info); in verify()

Completed in 15 milliseconds

12345