Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 238) sorted by relevance

12345678910

/curl/lib/
H A Dstrcase.c94 while(*first && *second) { in casecompare()
98 first++; in casecompare()
105 return !*first == !*second; in casecompare()
111 if(first && second) in curl_strequal()
113 return casecompare(first, second); in curl_strequal()
116 return (NULL == first && NULL == second); in curl_strequal()
121 while(*first && *second && max) { in ncasecompare()
125 first++; in ncasecompare()
137 if(first && second) in curl_strnequal()
139 return ncasecompare(first, second, max); in curl_strnequal()
[all …]
/curl/tests/
H A Dtest1135.pl78 my $first = "";
92 $first = $decl;
94 elsif($first) {
98 $first .= $decl;
99 $first =~ /([a-z_]+)$/;
102 $first = "";
/curl/tests/unit/
H A Dunit1323.c39 struct curltime first; member
55 timediff_t result = Curl_timediff(tests[i].first, tests[i].second);
58 (long)tests[i].first.tv_sec,
59 tests[i].first.tv_usec,
/curl/scripts/
H A Drelease-notes.pl111 my $first;
115 if($first) {
123 $first = 0;
125 elsif(($l =~ /^ (.*)/) && !$first) {
129 $first = 1;
132 elsif(($l =~ /^ (.*)/) && $first) {
150 if($first) {
H A Dchecksrc.pl547 my ($leading, $word, $extra, $first)=($1,$2,$3,$4);
557 elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) {
840 my $first = length($1);
844 my $expect = $first+$indent;
846 my $diff = $second - $first;
859 my $first = length($1);
870 my $expect = $first+$indent;
872 my $diff = $second - $first;
/curl/tests/data/
H A Dtest49238 'http://%HOSTIP:%HTTPPORT/{one,two}/' -T '{%LOGDIR/first%TESTNUMBER,%LOGDIR/second%TESTNUMBER}' -H …
40 <file name="%LOGDIR/first%TESTNUMBER">
41 first %TESTNUMBER contents
52 PUT /one/first%TESTNUMBER HTTP/1.1
59 first %TESTNUMBER contents
60 PUT /two/first%TESTNUMBER HTTP/1.1
67 first %TESTNUMBER contents
H A Dtest14728 ftp://%HOSTIP:%FTPPORT/first/dir/here/%TESTNUMBER --ftp-create-dirs
46 CWD first
47 MKD first
48 CWD first
H A Dtest29828 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/%TESTNUMBER
43 SIZE first/second/third/%TESTNUMBER
44 RETR first/second/third/%TESTNUMBER
H A Dtest95120 SMTP data with dot as first character
23 .This first line starts with a dot
41 ..This first line starts with a dot
H A Dtest108781 http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 -x %HOSTIP:%HTTPPORT --user iam:myself --…
92 GET http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 HTTP/1.1
93 Host: first.host.it.is
98 GET http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 HTTP/1.1
99 Host: first.host.it.is
H A Dtest108882 http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 -x %HOSTIP:%HTTPPORT --user iam:myself --…
93 GET http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 HTTP/1.1
94 Host: first.host.it.is
99 GET http://first.host.it.is/we/want/that/page/%TESTNUMBER1000 HTTP/1.1
100 Host: first.host.it.is
H A Dtest74123 IPFS with malformed gateway URL from multiline gateway file, first line no url
37 # malformed gateway URL, first line in file must be a gateway URL
H A Dtest29728 --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/%TESTNUMBER
41 CWD first/second/third
H A Dtest29628 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/%TESTNUMBER
41 CWD first
H A Dtest85717 ..body with a single dot first
27 .body with a single dot first
H A Dtest59932 this data is slightly larger than the first piece
54 this data is slightly larger than the first piece
70 # encoded page, the first size would still be used in the progress callback
H A Dtest151513 # Close the connection after the first request. Second request will happen after
14 # the DNS cache timeout elapses and must succeed exactly like the first one.
H A Dtest58518 Location: this-is-the-first.html
28 Location: this-is-the-first.html
H A Dtest14626 ftp://%HOSTIP:%FTPPORT/first/dir/here/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
44 CWD first
H A Dtest33067 http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT -H "Cookie: test=yes" --…
78 GET http://first.host.it.is/we/want/that/page/%TESTNUMBER HTTP/1.1
79 Host: first.host.it.is
/curl/src/
H A Dtool_main.c156 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
157 if(config->first) { in main_init()
166 config_init(config->first); in main_init()
167 config->first->global = config; in main_init()
171 free(config->first); in main_init()
176 free(config->first); in main_init()
211 config->first = NULL; in main_free()
H A Dslist_wc.c54 list->first = new_item; in slist_wc_append()
70 curl_slist_free_all(list->first); in slist_wc_free_all()
H A Dtool_easysrc.c148 for(ptr = easysrc_toohard->first; ptr; ptr = ptr->next) in easysrc_perform()
197 for(ptr = easysrc_decl->first; ptr; ptr = ptr->next) in dumpeasysrc()
205 for(ptr = easysrc_data->first; ptr; ptr = ptr->next) in dumpeasysrc()
211 for(ptr = easysrc_code->first; ptr; ptr = ptr->next) { in dumpeasysrc()
222 for(ptr = easysrc_clean->first; ptr; ptr = ptr->next) in dumpeasysrc()
H A Dslist_wc.h32 struct curl_slist *first; member
/curl/docs/cmdline-opts/
H A Dfail-early.md5 Help: Fail on first transfer error
19 Fail and exit on the first detected transfer error.
26 Using this option, curl instead returns an error on the first transfer that

Completed in 41 milliseconds

12345678910