Searched refs:hashbytes (Results 1 – 1 of 1) sorted by relevance
749 off_t bytes = 0, hashbytes = HASHSIZ; in sendrequest() local894 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() local1245 while (bytes >= hashbytes) { in recvrequest()1247 hashbytes += HASHSIZ; in recvrequest()[all …]