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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c577 int hashbytes = HASHBYTES; local
616 while (hash && bytes > hashbytes) {
618 hashbytes += HASHBYTES;
642 long bytes = 0, hashbytes = HASHBYTES; local
786 while (hash && (bytes >= hashbytes)) {
789 hashbytes += HASHBYTES;
801 if (bytes < hashbytes)
872 long bytes = 0, hashbytes = HASHBYTES; local
1017 while (bytes >= hashbytes) {
1019 hashbytes
[all...]
/freebsd-9.3-release/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 110 milliseconds