Lines Matching refs:failf
681 failf(data, in ssh_check_fingerprint()
685 failf(data, in ssh_check_fingerprint()
742 failf(data, "Failure establishing ssh session"); in ssh_statemach_act()
1089 failf(data, "Authentication failure"); in ssh_statemach_act()
1129 failf(data, "Failure initializing sftp session: %s", err_msg); in ssh_statemach_act()
1271 failf(data, "Syntax error in SFTP command. Supply parameter(s)!"); in ssh_statemach_act()
1285 failf(data, "Out of memory"); in ssh_statemach_act()
1287 failf(data, "Syntax error: Bad first parameter"); in ssh_statemach_act()
1310 failf(data, "Out of memory"); in ssh_statemach_act()
1312 failf(data, "Syntax error in chgrp/chmod/chown: " in ssh_statemach_act()
1332 failf(data, "Out of memory"); in ssh_statemach_act()
1334 failf(data, in ssh_statemach_act()
1357 failf(data, "Out of memory"); in ssh_statemach_act()
1359 failf(data, "Syntax error in rename: Bad second parameter"); in ssh_statemach_act()
1385 failf(data, "Unknown SFTP command"); in ssh_statemach_act()
1450 failf(data, "Attempt to get SFTP stats failed: %s", in ssh_statemach_act()
1467 failf(data, "Syntax error: chgrp gid not a number"); in ssh_statemach_act()
1482 failf(data, "Syntax error: chmod permissions not a number"); in ssh_statemach_act()
1496 failf(data, "Syntax error: chown uid not a number"); in ssh_statemach_act()
1521 failf(data, "Attempt to set SFTP stats failed: %s", in ssh_statemach_act()
1544 failf(data, "symlink command failed: %s", in ssh_statemach_act()
1564 failf(data, "mkdir command failed: %s", sftp_libssh2_strerror(err)); in ssh_statemach_act()
1589 failf(data, "rename command failed: %s", sftp_libssh2_strerror(err)); in ssh_statemach_act()
1607 failf(data, "rmdir command failed: %s", sftp_libssh2_strerror(err)); in ssh_statemach_act()
1625 failf(data, "rm command failed: %s", sftp_libssh2_strerror(err)); in ssh_statemach_act()
1648 failf(data, "statvfs command failed: %s", sftp_libssh2_strerror(err)); in ssh_statemach_act()
1752 failf(data, "Bad file size (%" CURL_FORMAT_CURL_OFF_T ")", size); in ssh_statemach_act()
1793 failf(data, "Creating the dir/file failed: %s", in ssh_statemach_act()
1817 failf(data, "Upload failed: %s (%d/%d)", in ssh_statemach_act()
1836 failf(data, "Could not seek stream"); in ssh_statemach_act()
1855 failf(data, "Failed to read data"); in ssh_statemach_act()
1982 failf(data, "Could not open directory for reading: %s", in ssh_statemach_act()
2090 failf(data, "Could not open remote file for reading: %s :: %d", in ssh_statemach_act()
2194 failf(data, "Could not open remote file for reading: %s", in ssh_statemach_act()
2232 failf(data, "Bad file size (%" CURL_FORMAT_CURL_OFF_T ")", size); in ssh_statemach_act()
2253 failf(data, "Offset (%" in ssh_statemach_act()
2278 failf(data, "Offset (%" in ssh_statemach_act()
2289 failf(data, "Offset (%" CURL_FORMAT_CURL_OFF_T in ssh_statemach_act()
2408 failf(data, "SCP requires a known file size for upload"); in ssh_statemach_act()
2442 failf(conn->data, "%s", err_msg); in ssh_statemach_act()
2512 failf(conn->data, "%s", err_msg); in ssh_statemach_act()
2848 failf(data, "Operation timed out"); in ssh_block_statemach()
2935 failf(data, "Failure initialising ssh session"); in ssh_connect()