Lines Matching defs:error
225 * This approach is not very elegant, it causes confusion and is error-prone.
293 int error = 0;
297 error = data->set.fsockopt(data->set.sockopt_client,
302 if(error) {
398 case -1: /* error */
678 case -1: /* select() error, stop reading */
679 failf(data, "FTP response aborted due to select/poll error: %d",
925 int error;
1084 error = 0;
1087 error = SOCKERRNO;
1094 Curl_strerror(error, buffer, sizeof(buffer)));
1114 error = SOCKERRNO;
1115 if(possibly_non_local && (error == EADDRNOTAVAIL)) {
1120 Curl_strerror(error, buffer, sizeof(buffer)));
1132 if(error != EADDRINUSE && error != EACCES) {
1134 Curl_strerror(error, buffer, sizeof(buffer)));
1619 /* Set ->transfer so that we won't get any error in
1773 data->state.errorbuf = FALSE; /* allow error message to get
2291 /* Set ->transfer so that we won't get any error in ftp_done()
3131 /* internal error */
3262 default: /* by default, an error means the control connection is
3267 connclose(conn, "FTP ended with bad error code");
3268 result = status; /* use the already set error code */
3287 * the error path) */
3397 /* the response code from the transfer showed an error already so no
3620 /* if we got an error or if we don't wait for a data connection return
3892 /* error found in LIST parsing */
4020 if(result) /* error, loop or skipping the file */
4240 /* We need a file name when uploading. Return error! */