Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 86) sorted by relevance

1234

/curl/tests/
H A Dtest1140.pl69 $errors++;
73 $errors++;
80 $errors++;
84 $errors++;
90 $errors++;
99 $errors++;
112 print "OK\n" if(!$errors);
114 exit $errors?1:0;
H A Dtest1173.pl39 my $errors = 0;
118 $errors++;
221 $errors++;
237 $errors++;
251 $errors++;
270 $errors++;
292 $errors++;
302 $errors++;
307 $errors++;
352 $errors++;
[all …]
H A Dtest1275.pl30 my $errors;
81 $errors++;
103 $errors++;
117 if($errors) {
H A Dtest1167.pl148 my $errors = 0;
151 print "Bad symbols in public header files:\n" if(!$errors);
152 $errors++;
156 if($errors) {
H A Dtest1139.pl49 my $errors=0;
87 $errors++;
96 $errors++;
143 $errors++;
297 $errors++;
323 print STDERR "$errors\n";
H A Dtest1477.pl37 my $errors=0;
/curl/src/
H A Dtool_msgs.c120 void helpf(FILE *errors, const char *fmt, ...) in helpf() argument
126 fputs("curl: ", errors); /* prefix it */ in helpf()
127 vfprintf(errors, fmt, ap); in helpf()
129 fputs("\n", errors); /* newline it */ in helpf()
131 fprintf(errors, "curl: try 'curl --help' " in helpf()
H A Dtool_msgs.h33 void helpf(FILE *errors, const char *fmt, ...)
/curl/.github/scripts/
H A Dbadwords.pl27 my $errors;
55 $errors++;
67 exit $errors;
/curl/tests/http/
H A Dscorecard.py82 errors = []
139 errors = []
160 'errors': errors,
167 errors = []
196 errors = []
265 errors = []
292 errors = []
320 errors = []
379 errors = []
545 errors = []
[all …]
/curl/tests/libtest/
H A Dlib557.c1183 if(!errors) in test_string_formatting()
1188 return errors; in test_string_formatting()
1207 return errors; in test_pos_arguments()
1266 errors++; in test_weird_arguments()
1318 errors++; in test_weird_arguments()
1323 if(errors) in test_weird_arguments()
1326 return errors; in test_weird_arguments()
1435 if(!errors) in test_float_formatting()
1440 return errors; in test_float_formatting()
1477 if(!errors) in test_oct_hex_formatting()
[all …]
/curl/docs/cmdline-opts/
H A Dretry-all-errors.md4 Long: retry-all-errors
5 Help: Retry all errors (with --retry)
12 - --retry 5 --retry-all-errors $URL
15 # `--retry-all-errors`
38 codes that indicate transient HTTP errors, but that does not include most 4xx
40 indicate HTTP errors (4xx and 5xx) then combine with --fail.
H A Dfail-with-body.md6 Help: Fail on HTTP errors but save the body
20 Return an error on server errors where the HTTP response code is 400 or
H A Dretry-connrefused.md11 - retry-all-errors
H A Dremove-on-error.md5 Help: Remove output file on errors
/curl/scripts/
H A Dcd2nroff204 my $errors = 0;
358 $errors++;
420 $errors++;
528 $errors++;
562 return $errors;
/curl/tests/data/
H A Dtest190936 HTTP GET --retry-all-errors to overcome partial transfer
39 --retry 1 --retry-all-errors -o %LOGDIR/outfile%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest117517 Verify that symbols-in-versions and libcurl-errors.3 are in sync
H A Dtest147716 Verify that error codes in headers and libcurl-errors.3 are in sync
/curl/docs/libcurl/
H A Dcurl_easy_strerror.md11 - libcurl-errors (3)
50 /* Check for errors */
H A Dcurl_share_strerror.md11 - libcurl-errors (3)
H A Dcurl_multi_strerror.md11 - libcurl-errors (3)
H A Dcurl_url_strerror.md13 - libcurl-errors (3)
/curl/m4/
H A Dxc-val-flgs.m4197 dnl about errors detected in all of them and script
214 AC_MSG_ERROR([Can not continue. Fix errors mentioned immediately above this line.])
226 dnl is noticed about errors detected in all of them
242 AC_MSG_WARN([Continuing even with errors mentioned immediately above this line.])
/curl/.github/ISSUE_TEMPLATE/
H A Ddocs.yml6 description: Problems, errors, mistakes or typos in documentation.

Completed in 43 milliseconds

1234