Searched refs:do_upload (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | sftp-client.h | 124 int do_upload(struct sftp_conn *, const char *, const char *, int, int, int);
|
D | sftp-client.c | 1548 do_upload(struct sftp_conn *conn, const char *local_path, in do_upload() function 1844 if (do_upload(conn, new_src, new_dst, in upload_dir_internal()
|
D | sftp.c | 748 if (do_upload(conn, g.gl_pathv[i], abs_dst, in process_put()
|