Searched refs:errors (Results 1 – 25 of 86) sorted by relevance
1234
/curl/tests/ |
H A D | test1140.pl | 69 $errors++; 73 $errors++; 80 $errors++; 84 $errors++; 90 $errors++; 99 $errors++; 112 print "OK\n" if(!$errors); 114 exit $errors?1:0;
|
H A D | test1173.pl | 39 my $errors = 0; 118 $errors++; 221 $errors++; 237 $errors++; 251 $errors++; 270 $errors++; 292 $errors++; 302 $errors++; 307 $errors++; 352 $errors++; [all …]
|
H A D | test1275.pl | 30 my $errors; 81 $errors++; 103 $errors++; 117 if($errors) {
|
H A D | test1167.pl | 148 my $errors = 0; 151 print "Bad symbols in public header files:\n" if(!$errors); 152 $errors++; 156 if($errors) {
|
H A D | test1139.pl | 49 my $errors=0; 87 $errors++; 96 $errors++; 143 $errors++; 297 $errors++; 323 print STDERR "$errors\n";
|
H A D | test1477.pl | 37 my $errors=0;
|
/curl/src/ |
H A D | tool_msgs.c | 120 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 D | tool_msgs.h | 33 void helpf(FILE *errors, const char *fmt, ...)
|
/curl/.github/scripts/ |
H A D | badwords.pl | 27 my $errors; 55 $errors++; 67 exit $errors;
|
/curl/tests/http/ |
H A D | scorecard.py | 82 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 D | lib557.c | 1183 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 D | retry-all-errors.md | 4 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 D | fail-with-body.md | 6 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 D | retry-connrefused.md | 11 - retry-all-errors
|
H A D | remove-on-error.md | 5 Help: Remove output file on errors
|
/curl/scripts/ |
H A D | cd2nroff | 204 my $errors = 0; 358 $errors++; 420 $errors++; 528 $errors++; 562 return $errors;
|
/curl/tests/data/ |
H A D | test1909 | 36 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 D | test1175 | 17 Verify that symbols-in-versions and libcurl-errors.3 are in sync
|
H A D | test1477 | 16 Verify that error codes in headers and libcurl-errors.3 are in sync
|
/curl/docs/libcurl/ |
H A D | curl_easy_strerror.md | 11 - libcurl-errors (3) 50 /* Check for errors */
|
H A D | curl_share_strerror.md | 11 - libcurl-errors (3)
|
H A D | curl_multi_strerror.md | 11 - libcurl-errors (3)
|
H A D | curl_url_strerror.md | 13 - libcurl-errors (3)
|
/curl/m4/ |
H A D | xc-val-flgs.m4 | 197 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 D | docs.yml | 6 description: Problems, errors, mistakes or typos in documentation.
|
Completed in 23 milliseconds
1234