Lines Matching refs:hashbytes
745 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()
1249 if (bytes < hashbytes) in recvrequest()
1296 while (hash && (bytes >= hashbytes)) { in recvrequest()
1299 hashbytes += HASHSIZ; in recvrequest()
1324 if (bytes < hashbytes) in recvrequest()