• Home
  • Raw
  • Download

Lines Matching refs:failf

339     failf(data, "Error accept()ing server connect");  in AcceptServerConnect()
432 failf(data, "Accept timeout occurred while waiting server connect"); in ReceivedServerConnect()
450 failf(data, "Error while waiting for server connect"); in ReceivedServerConnect()
551 failf(data, "Accept timeout occurred while waiting server connect"); in AllowServerConnect()
702 failf(data, "FTP response timeout"); in Curl_GetFTPResponse()
735 failf(data, "FTP response aborted due to select/poll error: %d", in Curl_GetFTPResponse()
1102 failf(data, "getsockname() failed: %s", in ftp_state_use_port()
1135 failf(data, "failed to resolve the address provided to PORT: %s", host); in ftp_state_use_port()
1156 failf(data, "socket failure: %s", Curl_strerror(conn, error)); in ftp_state_use_port()
1186 failf(data, "getsockname() failed: %s", in ftp_state_use_port()
1196 failf(data, "bind(port=%hu) failed: %s", port, in ftp_state_use_port()
1210 failf(data, "bind() failed, we ran out of ports!"); in ftp_state_use_port()
1219 failf(data, "getsockname() failed: %s", in ftp_state_use_port()
1228 failf(data, "socket failure: %s", Curl_strerror(conn, SOCKERRNO)); in ftp_state_use_port()
1282 failf(data, "Failure sending EPRT command: %s", in ftp_state_use_port()
1311 failf(data, "Failure sending PORT command: %s", in ftp_state_use_port()
1661 failf(data, "Could not seek stream"); in ftp_state_ul_setup()
1680 failf(data, "Failed to read data"); in ftp_state_ul_setup()
1814 failf(conn->data, "Failed EPSV attempt, exiting\n"); in ftp_epsv_disable()
1870 failf(data, "unknown proxytype option given"); in proxy_magic()
1965 failf(data, "Illegal port number in EPSV reply"); in ftp_state_pasv_resp()
1979 failf(data, "Weirdly formatted EPSV reply"); in ftp_state_pasv_resp()
2007 failf(data, "Couldn't interpret the 227-response"); in ftp_state_pasv_resp()
2033 failf(data, "Bad PASV/EPSV response: %03d", ftpcode); in ftp_state_pasv_resp()
2053 failf(data, "Can't resolve proxy host %s:%hu", in ftp_state_pasv_resp()
2068 failf(data, "Can't resolve new host %s:%hu", ftpc->newhost, connectport); in ftp_state_pasv_resp()
2122 failf(data, "Failed to do PORT"); in ftp_state_port_resp()
2202 failf(data, "Given file does not exist"); in ftp_state_mdtm_resp()
2253 failf(data, "Couldn't set desired mode"); in ftp_state_type_resp()
2281 failf(data, "Maximum file size exceeded"); in ftp_state_retr()
2302 failf(data, "Offset (%" CURL_FORMAT_CURL_OFF_T in ftp_state_retr()
2314 failf(data, "Offset (%" CURL_FORMAT_CURL_OFF_T in ftp_state_retr()
2414 failf(conn->data, "Couldn't use REST"); in ftp_state_rest_resp()
2434 failf(data, "Failed FTP upload: %0d", ftpcode); in ftp_state_stor_resp()
2582 failf(data, "RETR response: %03d", ftpcode); in ftp_state_get_resp()
2650 failf(data, "ACCT requested but none available"); in ftp_state_user_resp()
2670 failf(data, "Access denied: %03d", ftpcode); in ftp_state_user_resp()
2684 failf(data, "ACCT rejected by server: %03d", ftpcode); in ftp_state_acct_resp()
2720 failf(data, "Got a %03d ftp-server response when 220 was expected", in ftp_statemach_act()
2759 failf(data, "unsupported parameter to CURLOPT_FTPSSLAUTH: %d", in ftp_statemach_act()
2857 failf(conn->data, "Failed to clear the command channel (CCC)"); in ftp_statemach_act()
3024 failf(conn->data, "QUOT command failed with %03d", ftpcode); in ftp_statemach_act()
3045 failf(data, "Server denied you to change to the given directory"); in ftp_statemach_act()
3069 failf(data, "Failed to MKD dir: %03d", ftpcode); in ftp_statemach_act()
3102 failf(data, "PRET command not accepted: %03d", ftpcode); in ftp_statemach_act()
3333 failf(data, "Failure sending ABOR command: %s", in ftp_done()
3373 failf(data, "control connection looks dead"); in ftp_done()
3392 failf(data, "server did not report OK, got %d", ftpcode); in ftp_done()
3407 failf(data, "Uploaded unaligned file size (%" CURL_FORMAT_CURL_OFF_T in ftp_done()
3425 failf(data, "Received only partial file: %" CURL_FORMAT_CURL_OFF_T in ftp_done()
3432 failf(data, "No data was received!"); in ftp_done()
3493 failf(conn->data, "QUOT string not accepted: %s", cmd); in ftp_sendquote()
4150 failf(conn->data, "Failure sending QUIT command: %s", in ftp_quit()
4325 failf(data, "no memory"); in ftp_parse_url_path()
4341 failf(data, "no memory"); in ftp_parse_url_path()
4371 failf(data, "no memory"); in ftp_parse_url_path()
4385 failf(data, "Uploading to a URL without a file name!"); in ftp_parse_url_path()
4529 failf(data, "FTPS not supported!"); in ftp_setup_connection()
4536 failf(data, "FTP over http proxy requires HTTP support built-in!"); in ftp_setup_connection()