Lines Matching refs:sftp_conn

77 struct sftp_conn {
95 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
109 send_msg(struct sftp_conn *conn, struct sshbuf *m)
133 get_msg(struct sftp_conn *conn, struct sshbuf *m)
167 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s,
185 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code,
204 get_status(struct sftp_conn *conn, u_int expected_id)
234 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
279 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet)
324 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st,
382 struct sftp_conn *
388 struct sftp_conn *ret;
485 sftp_proto_version(struct sftp_conn *conn)
491 do_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len)
519 do_lsreaddir(struct sftp_conn *conn, const char *path, int print_flag,
666 do_readdir(struct sftp_conn *conn, const char *path, SFTP_DIRENT ***dir)
686 do_rm(struct sftp_conn *conn, const char *path)
701 do_mkdir(struct sftp_conn *conn, const char *path, Attrib *a, int print_flag)
717 do_rmdir(struct sftp_conn *conn, const char *path)
733 do_stat(struct sftp_conn *conn, const char *path, int quiet)
747 do_lstat(struct sftp_conn *conn, const char *path, int quiet)
768 do_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
782 do_setstat(struct sftp_conn *conn, const char *path, Attrib *a)
799 do_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
816 do_realpath(struct sftp_conn *conn, const char *path)
873 do_rename(struct sftp_conn *conn, const char *oldpath, const char *newpath,
914 do_hardlink(struct sftp_conn *conn, const char *oldpath, const char *newpath)
950 do_symlink(struct sftp_conn *conn, const char *oldpath, const char *newpath)
985 do_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len)
1017 do_readlink(struct sftp_conn *conn, const char *path)
1073 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st,
1103 do_fstatvfs(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
1132 send_read_request(struct sftp_conn *conn, u_int id, u_int64_t offset,
1152 do_download(struct sftp_conn *conn, const char *remote_path,
1448 download_dir_internal(struct sftp_conn *conn, const char *src, const char *dst,
1540 download_dir(struct sftp_conn *conn, const char *src, const char *dst,
1559 do_upload(struct sftp_conn *conn, const char *local_path,
1780 upload_dir_internal(struct sftp_conn *conn, const char *src, const char *dst,
1874 upload_dir(struct sftp_conn *conn, const char *src, const char *dst,