Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c745 off_t bytes = 0, hashbytes = HASHSIZ; in sendrequest() local
890 while (bytes >= hashbytes) { in sendrequest()
892 hashbytes += HASHSIZ; in sendrequest()
898 if (bytes < hashbytes) in sendrequest()
919 while (hash && (bytes >= hashbytes)) { in sendrequest()
922 hashbytes += HASHSIZ; in sendrequest()
941 if (bytes < hashbytes) in sendrequest()
1056 off_t bytes = 0, hashbytes = HASHSIZ; in recvrequest() local
1241 while (bytes >= hashbytes) { in recvrequest()
1243 hashbytes += HASHSIZ; in recvrequest()
[all …]