Lines Matching refs:hashbytes
749 off_t bytes = 0, hashbytes = HASHSIZ; in sendrequest() local
894 while (bytes >= hashbytes) { in sendrequest()
896 hashbytes += HASHSIZ; in sendrequest()
902 if (bytes < hashbytes) in sendrequest()
923 while (hash && (bytes >= hashbytes)) { in sendrequest()
926 hashbytes += HASHSIZ; in sendrequest()
945 if (bytes < hashbytes) in sendrequest()
1060 off_t bytes = 0, hashbytes = HASHSIZ; in recvrequest() local
1245 while (bytes >= hashbytes) { in recvrequest()
1247 hashbytes += HASHSIZ; in recvrequest()
1253 if (bytes < hashbytes) in recvrequest()
1300 while (hash && (bytes >= hashbytes)) { in recvrequest()
1303 hashbytes += HASHSIZ; in recvrequest()
1328 if (bytes < hashbytes) in recvrequest()