HomeSort by relevance Sort by last modified time
    Searched refs:do_download (Results 1 - 5 of 5) sorted by null

  /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()

Completed in 903 milliseconds