Searched refs:start_progress_meter (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | progressmeter.h | 26 void start_progress_meter(char *, off_t, off_t *);
|
D | progressmeter.c | 250 start_progress_meter(char *f, off_t filesize, off_t *ctr) in start_progress_meter() function
|
D | scp.c | 808 start_progress_meter(curfile, stb.st_size, &statbytes); in source() 1082 start_progress_meter(curfile, size, &statbytes);
|
D | sftp-client.c | 1067 start_progress_meter(remote_path, size, &progress_counter); in do_download() 1410 start_progress_meter(local_path, sb.st_size, &offset); in do_upload()
|
/external/dropbear/ |
D | progressmeter.h | 26 void start_progress_meter(char *, off_t, off_t *);
|
D | progressmeter.c | 239 start_progress_meter(char *f, off_t filesize, off_t *ctr) in start_progress_meter() function
|
D | scp.c | 669 start_progress_meter(curfile, stb.st_size, &statbytes); in source() 1006 start_progress_meter(curfile, size, &statbytes);
|