Lines Matching defs:conn
164 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg()
188 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial) in get_msg_extended()
227 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg()
233 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request()
251 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request()
271 get_status(struct sftp_conn *conn, u_int expected_id) in get_status()
301 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle()
346 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet, Attrib *a) in get_decode_stat()
397 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, in get_decode_statvfs()
615 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version()
621 sftp_get_limits(struct sftp_conn *conn, struct sftp_limits *limits) in sftp_get_limits()
675 sftp_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len) in sftp_close()
703 sftp_lsreaddir(struct sftp_conn *conn, const char *path, int print_flag, in sftp_lsreaddir()
846 sftp_readdir(struct sftp_conn *conn, const char *path, SFTP_DIRENT ***dir) in sftp_readdir()
866 sftp_rm(struct sftp_conn *conn, const char *path) in sftp_rm()
881 sftp_mkdir(struct sftp_conn *conn, const char *path, Attrib *a, int print_flag) in sftp_mkdir()
899 sftp_rmdir(struct sftp_conn *conn, const char *path) in sftp_rmdir()
917 sftp_stat(struct sftp_conn *conn, const char *path, int quiet, Attrib *a) in sftp_stat()
933 sftp_lstat(struct sftp_conn *conn, const char *path, int quiet, Attrib *a) in sftp_lstat()
952 sftp_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in sftp_fstat()
968 sftp_setstat(struct sftp_conn *conn, const char *path, Attrib *a) in sftp_setstat()
986 sftp_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in sftp_fsetstat()
1006 sftp_realpath_expand(struct sftp_conn *conn, const char *path, int expand) in sftp_realpath_expand()
1081 sftp_realpath(struct sftp_conn *conn, const char *path) in sftp_realpath()
1087 sftp_can_expand_path(struct sftp_conn *conn) in sftp_can_expand_path()
1093 sftp_expand_path(struct sftp_conn *conn, const char *path) in sftp_expand_path()
1103 sftp_copy(struct sftp_conn *conn, const char *oldpath, const char *newpath) in sftp_copy()
1218 sftp_rename(struct sftp_conn *conn, const char *oldpath, const char *newpath, in sftp_rename()
1263 sftp_hardlink(struct sftp_conn *conn, const char *oldpath, const char *newpath) in sftp_hardlink()
1301 sftp_symlink(struct sftp_conn *conn, const char *oldpath, const char *newpath) in sftp_symlink()
1337 sftp_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in sftp_fsync()
1370 sftp_readlink(struct sftp_conn *conn, const char *path) in sftp_readlink()
1428 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs()
1459 sftp_fstatvfs(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in sftp_fstatvfs()
1489 sftp_lsetstat(struct sftp_conn *conn, const char *path, Attrib *a) in sftp_lsetstat()
1522 send_read_request(struct sftp_conn *conn, u_int id, u_int64_t offset, in send_read_request()
1541 send_open(struct sftp_conn *conn, const char *path, const char *tag, in send_open()
1597 sftp_download(struct sftp_conn *conn, const char *remote_path, in sftp_download()
1891 download_dir_internal(struct sftp_conn *conn, const char *src, const char *dst, in download_dir_internal()
2012 sftp_download_dir(struct sftp_conn *conn, const char *src, const char *dst, in sftp_download_dir()
2032 sftp_upload(struct sftp_conn *conn, const char *local_path, in sftp_upload()
2250 upload_dir_internal(struct sftp_conn *conn, const char *src, const char *dst, in upload_dir_internal()
2366 sftp_upload_dir(struct sftp_conn *conn, const char *src, const char *dst, in sftp_upload_dir()
2841 sftp_can_get_users_groups_by_id(struct sftp_conn *conn) in sftp_can_get_users_groups_by_id()
2847 sftp_get_users_groups_by_id(struct sftp_conn *conn, in sftp_get_users_groups_by_id()
2988 sftp_remote_is_dir(struct sftp_conn *conn, const char *path) in sftp_remote_is_dir()