Searched refs:sftp_conn (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | sftp-client.h | 60 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 …]
|
D | sftp-client.c | 77 struct sftp_conn { struct 96 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, argument 112 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg() 136 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial) in get_msg_extended() 174 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg() 180 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request() 198 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request() 217 get_status(struct sftp_conn *conn, u_int expected_id) in get_status() 247 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle() 292 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) in get_decode_stat() [all …]
|
D | sftp-glob.c | 35 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()
|
D | sftp.c | 112 struct sftp_conn *conn; 116 int remote_glob(struct sftp_conn *, const char *, int, 623 remote_is_dir(struct sftp_conn *conn, const char *path) in remote_is_dir() 645 process_get(struct sftp_conn *conn, const char *src, const char *dst, in process_get() 731 process_put(struct sftp_conn *conn, const char *src, const char *dst, in process_put() 842 do_ls_dir(struct sftp_conn *conn, const char *path, in do_ls_dir() 956 do_globbed_ls(struct sftp_conn *conn, const char *path, in do_globbed_ls() 1062 do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag) in do_df() 1529 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd, in parse_dispatch_command() 1967 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() [all …]
|