Lines Matching refs:sftp_close
661 sftp_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len) in sftp_close() function
814 sftp_close(conn, handle, handle_len); in sftp_lsreaddir()
1195 sftp_close(conn, old_handle, old_handle_len); in sftp_copy()
1196 sftp_close(conn, new_handle, new_handle_len); in sftp_copy()
1656 sftp_close(conn, handle, handle_len); in sftp_download()
1831 sftp_close(conn, handle, handle_len); in sftp_download()
1836 sftp_close(conn, handle, handle_len); in sftp_download()
1838 if (sftp_close(conn, handle, handle_len) != 0 || interrupted) in sftp_download()
2222 if (sftp_close(conn, handle, handle_len) != 0) in sftp_upload()
2489 sftp_close(from, from_handle, from_handle_len); in sftp_crossload()
2639 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
2651 sftp_close(from, from_handle, from_handle_len); in sftp_crossload()
2653 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
2657 sftp_close(from, from_handle, from_handle_len); in sftp_crossload()
2659 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
2661 if (sftp_close(from, from_handle, from_handle_len) != 0 || in sftp_crossload()
2670 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()