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

  /src/usr.bin/ftp/
ftp.c 715 off_t volatile hashbytes; local
722 hashbytes = mark;
858 while (hash_interval && bytes >= hashbytes) {
861 hashbytes += mark;
874 if (bytes < hashbytes)
958 off_t volatile hashbytes; local
968 hashbytes = mark;
1151 while (hash_interval && bytes >= hashbytes) {
1154 hashbytes += mark;
1178 if (bytes < hashbytes)
    [all...]
fetch.c 1416 off_t hashbytes; local
1714 hashbytes = mark;
1799 while (bytes >= hashbytes) {
1801 hashbytes += mark;

Completed in 16 milliseconds