/external/openssh/ |
sftp-client.h | 103 /* XXX: add callbacks to do_download/do_upload so we can do progress meter */ 109 int do_download(struct sftp_conn *, char *, char *, Attrib *, int);
|
sftp-client.c | 987 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, function 1283 if (do_download(conn, new_src, new_dst, [all...] |
ssh-keygen.c | 718 do_download(struct passwd *pw) function [all...] |
sftp.c | 578 if (do_download(conn, g.gl_pathv[i], abs_dst, NULL, [all...] |
/external/protobuf/python/ |
ez_setup.py | 93 def do_download(): function 100 return do_download() 114 return do_download() 116 return do_download()
|