Searched refs:statbytes (Results 1 - 2 of 2) sorted by path

/external/dropbear/
H A Dscp.c597 off_t i, amt, statbytes; local
605 statbytes = 0;
669 start_progress_meter(curfile, stb.st_size, &statbytes);
687 statbytes += result;
833 off_t size, statbytes; local
1003 statbytes = 0;
1006 start_progress_meter(curfile, size, &statbytes);
1022 statbytes += j;
/external/openssh/
H A Dscp.c727 off_t i, statbytes; local
735 statbytes = 0;
808 start_progress_meter(curfile, stb.st_size, &statbytes);
824 &statbytes) != amt)
910 off_t size, statbytes; local
1080 statbytes = 0;
1082 start_progress_meter(curfile, size, &statbytes);
1091 scpio, &statbytes);

Completed in 70 milliseconds