Lines Matching refs:sftp_conn
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()
1921 throughlocal_sftp(struct sftp_conn *from, struct sftp_conn *to, in throughlocal_sftp()