Home
last modified time | relevance | path

Searched refs:sftp_conn (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dsftp-client.h54 struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
56 u_int sftp_proto_version(struct sftp_conn *);
59 int do_close(struct sftp_conn *, const u_char *, u_int);
62 int do_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
68 int do_rm(struct sftp_conn *, const char *);
71 int do_mkdir(struct sftp_conn *, const char *, Attrib *, int);
74 int do_rmdir(struct sftp_conn *, const char *);
77 Attrib *do_stat(struct sftp_conn *, const char *, int);
80 Attrib *do_lstat(struct sftp_conn *, const char *, int);
83 int do_setstat(struct sftp_conn *, const char *, Attrib *);
[all …]
Dsftp-client.c70 struct sftp_conn { struct
88 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, argument
102 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg()
126 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg()
160 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request()
178 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request()
197 get_status(struct sftp_conn *conn, u_int expected_id) in get_status()
227 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle()
272 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) in get_decode_stat()
317 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, in get_decode_statvfs()
[all …]
Dsftp-glob.c35 int remote_glob(struct sftp_conn *, const char *, int,
44 struct sftp_conn *conn;
137 remote_glob(struct sftp_conn *conn, const char *pattern, int flags, in remote_glob()
Dsftp.c111 struct sftp_conn *conn;
115 int remote_glob(struct sftp_conn *, const char *, int,
218 int interactive_loop(struct sftp_conn *, char *file1, char *file2);
566 remote_is_dir(struct sftp_conn *conn, char *path) in remote_is_dir()
588 process_get(struct sftp_conn *conn, char *src, char *dst, char *pwd, in process_get()
672 process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd, in process_put()
782 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) in do_ls_dir()
867 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, in do_globbed_ls()
952 do_df(struct sftp_conn *conn, char *path, int hflag, int iflag) in do_df()
1396 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd, in parse_dispatch_command()
[all …]