Searched refs:hashbytes (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c591 int hashbytes = HASHBYTES; local
651 while (hash && bytes > hashbytes) {
653 hashbytes += HASHBYTES;
677 long bytes = 0, hashbytes = HASHBYTES; local
820 while (hash && (bytes >= hashbytes)) {
823 hashbytes += HASHBYTES;
835 if (bytes < hashbytes)
906 long bytes = 0, hashbytes = HASHBYTES; local
1051 while (bytes >= hashbytes) {
1053 hashbytes
[all...]
/freebsd-13-stable/contrib/tnftp/src/
H A Dftp.c669 off_t volatile hashbytes; local
676 hashbytes = mark;
804 while (hash_interval && bytes >= hashbytes) {
807 hashbytes += mark;
824 if (bytes < hashbytes)
903 off_t volatile hashbytes; local
913 hashbytes = mark;
1089 while (hash_interval && bytes >= hashbytes) {
1092 hashbytes += mark;
1113 if (bytes < hashbytes)
[all...]
H A Dfetch.c505 off_t hashbytes, rangestart, rangeend, entitylen; local
1160 hashbytes = mark;
1237 while (bytes >= hashbytes) {
1239 hashbytes += mark;

Completed in 114 milliseconds