Searched refs:sftp_conn (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | sftp-client.h | 69 u_int sftp_proto_version(struct sftp_conn *); 75 int sftp_close(struct sftp_conn *, const u_char *, u_int); 84 int sftp_rm(struct sftp_conn *, const char *); 90 int sftp_rmdir(struct sftp_conn *, const char *); 108 char *sftp_realpath(struct sftp_conn *, const char *); 111 char *sftp_expand_path(struct sftp_conn *, const char *); 114 int sftp_can_expand_path(struct sftp_conn *); 132 int sftp_fsync(struct sftp_conn *conn, u_char *, u_int); 166 int sftp_crossload(struct sftp_conn *from, struct sftp_conn *to, 174 int sftp_crossload_dir(struct sftp_conn *from, struct sftp_conn *to, [all …]
|
H A D | sftp-client.c | 70 struct sftp_conn { struct 144 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg() 207 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg() 435 struct sftp_conn * 441 struct sftp_conn *ret; in sftp_init() 595 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version() 846 sftp_rm(struct sftp_conn *conn, const char *path) in sftp_rm() 1067 sftp_can_expand_path(struct sftp_conn *conn) in sftp_can_expand_path() 2428 sftp_crossload(struct sftp_conn *from, struct sftp_conn *to, in sftp_crossload() 2675 crossload_dir_internal(struct sftp_conn *from, struct sftp_conn *to, in crossload_dir_internal() [all …]
|
H A D | sftp-usergroup.h | 20 void get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g); 21 void get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d);
|
H A D | sftp-glob.c | 32 int sftp_glob(struct sftp_conn *, const char *, int, 41 struct sftp_conn *conn; 110 sftp_glob(struct sftp_conn *conn, const char *pattern, int flags, in sftp_glob()
|
H A D | sftp-usergroup.c | 101 lookup_and_record(struct sftp_conn *conn, in lookup_and_record() 174 get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g) in get_remote_user_groups_from_glob() 213 get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d) in get_remote_user_groups_from_dirents()
|
H A D | scp.c | 161 int sftp_glob(struct sftp_conn *, const char *, int, 410 void source_sftp(int, char *, char *, struct sftp_conn *); 411 void sink_sftp(int, char *, const char *, struct sftp_conn *); 412 void throughlocal_sftp(struct sftp_conn *, struct sftp_conn *, 956 static struct sftp_conn * 982 struct sftp_conn *conn = NULL, *conn2 = NULL; in toremote() 1178 struct sftp_conn *conn = NULL; in tolocal() 1254 prepare_remote_path(struct sftp_conn *conn, const char *path) in prepare_remote_path() 1277 source_sftp(int argc, char *src, char *targ, struct sftp_conn *conn) in source_sftp() 1491 sink_sftp(int argc, char *dst, const char *src, struct sftp_conn *conn) in sink_sftp() [all …]
|
H A D | sftp.c | 90 struct sftp_conn *conn; 94 int sftp_glob(struct sftp_conn *, const char *, int, 628 process_get(struct sftp_conn *conn, const char *src, const char *dst, in process_get() 713 process_put(struct sftp_conn *conn, const char *src, const char *dst, in process_put() 828 do_ls_dir(struct sftp_conn *conn, const char *path, in do_ls_dir() 943 do_globbed_ls(struct sftp_conn *conn, const char *path, in do_globbed_ls() 1053 do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag) in do_df() 1524 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd, in parse_dispatch_command() 1973 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match() 2179 interactive_loop(struct sftp_conn *conn, char *file1, char *file2) in interactive_loop() [all …]
|