HomeSort by: relevance | last modified time | path
    Searched refs:hashbytes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
ftp.c 705 off_t volatile hashbytes; local in function:sendrequest
712 hashbytes = mark;
843 while (hash_interval && bytes >= hashbytes) {
846 hashbytes += mark;
863 if (bytes < hashbytes)
942 off_t volatile hashbytes; local in function:recvrequest
952 hashbytes = mark;
1129 while (hash_interval && bytes >= hashbytes) {
1132 hashbytes += mark;
1153 if (bytes < hashbytes)
    [all...]
fetch.c 1415 off_t hashbytes; local in function:fetch_url
1708 hashbytes = mark;
1793 while (bytes >= hashbytes) {
1795 hashbytes += mark;

Completed in 16 milliseconds