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

  /external/dropbear/
scp.c 597 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/
scp.c 727 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 253 milliseconds