• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/

Lines Matching refs:failf

338       failf(data, "Timeout while waiting for server connect");
349 failf(data, "Error while waiting for server connect");
363 failf(data, "Error accept()ing server connect");
489 failf(data, "FTP response timeout");
522 failf(data, "FTP response aborted due to select/poll error: %d",
857 failf(data, "getsockname() failed: %s",
890 failf(data, "failed to resolve the address provided to PORT: %s", host);
917 failf(data, "socket failure: %s", Curl_strerror(conn, error));
947 failf(data, "getsockname() failed: %s",
957 failf(data, "bind(port=%hu) failed: %s", port,
971 failf(data, "bind() failed, we ran out of ports!");
980 failf(data, "getsockname() failed: %s",
989 failf(data, "socket failure: %s", Curl_strerror(conn, SOCKERRNO));
1043 failf(data, "Failure sending EPRT command: %s",
1072 failf(data, "Failure sending PORT command: %s",
1421 failf(data, "Could not seek stream");
1440 failf(data, "Failed to read data");
1630 failf(data, "Weirdly formatted EPSV reply");
1658 failf(data, "Couldn't interpret the 227-response");
1698 failf(data, "Bad PASV/EPSV response: %03d", ftpcode);
1720 failf(data, "Can't resolve proxy host %s:%hu",
1735 failf(data, "Can't resolve new host %s:%hu", newhost, connectport);
1796 failf(data, "unknown proxytype option given");
1855 failf(data, "Failed to do PORT");
1934 failf(data, "Given file does not exist");
1985 failf(data, "Couldn't set desired mode");
2013 failf(data, "Maximum file size exceeded");
2034 failf(data, "Offset (%" FORMAT_OFF_T
2046 failf(data, "Offset (%" FORMAT_OFF_T
2146 failf(conn->data, "Couldn't use REST");
2167 failf(data, "Failed FTP upload: %0d", ftpcode);
2327 failf(data, "RETR response: %03d", ftpcode);
2408 failf(data, "ACCT requested but none available");
2428 failf(data, "Access denied: %03d", ftpcode);
2442 failf(data, "ACCT rejected by server: %03d", ftpcode);
2476 failf(data, "Got a %03d ftp-server response when 220 was expected",
2515 failf(data, "unsupported parameter to CURLOPT_FTPSSLAUTH: %d",
2613 failf(conn->data, "Failed to clear the command channel (CCC)");
2774 failf(conn->data, "QUOT command failed with %03d", ftpcode);
2795 failf(data, "Server denied you to change to the given directory");
2819 failf(data, "Failed to MKD dir: %03d", ftpcode);
2852 failf(data, "PRET command not accepted: %03d", ftpcode);
3173 failf(data, "Failure sending ABOR command: %s",
3212 failf(data, "control connection looks dead");
3231 failf(data, "server did not report OK, got %d", ftpcode);
3246 failf(data, "Uploaded unaligned file size (%" FORMAT_OFF_T
3264 failf(data, "Received only partial file: %" FORMAT_OFF_T " bytes",
3271 failf(data, "No data was received!");
3332 failf(conn->data, "QUOT string not accepted: %s", cmd);
3861 /* Curl_convert_to_network calls failf if unsuccessful */
3911 failf(conn->data, "Failure sending QUIT command: %s",
4085 failf(data, "no memory");
4122 failf(data, "no memory");
4136 failf(data, "Uploading to a URL without a file name!");
4275 failf(data, "FTPS not supported!");
4286 failf(data, "FTP over http proxy requires HTTP support built-in!");