Searched refs:start_progress_meter (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | progressmeter.h | 26 void start_progress_meter(const char *, off_t, off_t *);
|
D | progressmeter.c | 250 start_progress_meter(const char *f, off_t filesize, off_t *ctr) in start_progress_meter() function
|
D | scp.c | 829 start_progress_meter(curfile, stb.st_size, &statbytes); in source() 1119 start_progress_meter(curfile, size, &statbytes);
|
D | sftp-client.c | 1260 start_progress_meter(remote_path, size, &progress_counter); in do_download() 1660 start_progress_meter(local_path, sb.st_size, in do_upload()
|