Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-client.h60 struct sftp_conn *do_init(int, int, u_int, u_int, u_int64_t);
62 u_int sftp_proto_version(struct sftp_conn *);
65 int do_close(struct sftp_conn *, const u_char *, u_int);
68 int do_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
74 int do_rm(struct sftp_conn *, const char *);
77 int do_mkdir(struct sftp_conn *, const char *, Attrib *, int);
80 int do_rmdir(struct sftp_conn *, const char *);
83 Attrib *do_stat(struct sftp_conn *, const char *, int);
86 Attrib *do_lstat(struct sftp_conn *, const char *, int);
89 int do_setstat(struct sftp_conn *, const char *, Attrib *);
[all …]
Dsftp-client.c77 struct sftp_conn { struct
95 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, argument
109 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg()
133 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg()
167 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request()
185 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request()
204 get_status(struct sftp_conn *conn, u_int expected_id) in get_status()
234 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle()
279 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) in get_decode_stat()
324 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.c112 struct sftp_conn *conn;
116 int remote_glob(struct sftp_conn *, const char *, int,
219 int interactive_loop(struct sftp_conn *, char *file1, char *file2);
579 remote_is_dir(struct sftp_conn *conn, const char *path) in remote_is_dir()
601 process_get(struct sftp_conn *conn, const char *src, const char *dst, in process_get()
687 process_put(struct sftp_conn *conn, const char *src, const char *dst, in process_put()
798 do_ls_dir(struct sftp_conn *conn, const char *path, in do_ls_dir()
884 do_globbed_ls(struct sftp_conn *conn, const char *path, in do_globbed_ls()
969 do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag) in do_df()
1421 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd, in parse_dispatch_command()
[all …]