Searched refs:statbytes (Results 1 – 2 of 2) sorted by relevance
/external/dropbear/ |
D | scp.c | 597 off_t i, amt, statbytes; in source() local 605 statbytes = 0; in source() 669 start_progress_meter(curfile, stb.st_size, &statbytes); in source() 687 statbytes += result; in source() 833 off_t size, statbytes; local 1003 statbytes = 0; 1006 start_progress_meter(curfile, size, &statbytes); 1022 statbytes += j;
|
/external/openssh/ |
D | scp.c | 727 off_t i, statbytes; in source() local 735 statbytes = 0; in source() 808 start_progress_meter(curfile, stb.st_size, &statbytes); in source() 824 &statbytes) != amt) in source() 910 off_t size, statbytes; local 1080 statbytes = 0; 1082 start_progress_meter(curfile, size, &statbytes); 1091 scpio, &statbytes);
|