Searched refs:hashbytes (Results 1 – 3 of 3) sorted by relevance
591 int hashbytes = HASHBYTES; in copy_stream() local651 while (hash && bytes > hashbytes) { in copy_stream()653 hashbytes += HASHBYTES; in copy_stream()677 long bytes = 0, hashbytes = HASHBYTES; in sendrequest() local820 while (hash && (bytes >= hashbytes)) { in sendrequest()823 hashbytes += HASHBYTES; in sendrequest()835 if (bytes < hashbytes) in sendrequest()906 long bytes = 0, hashbytes = HASHBYTES; in recvrequest() local1051 while (bytes >= hashbytes) { in recvrequest()1053 hashbytes += HASHBYTES; in recvrequest()[all …]
669 off_t volatile hashbytes; in sendrequest() local676 hashbytes = mark; in sendrequest()804 while (hash_interval && bytes >= hashbytes) { in sendrequest()807 hashbytes += mark; in sendrequest()824 if (bytes < hashbytes) in sendrequest()903 off_t volatile hashbytes; in recvrequest() local913 hashbytes = mark; in recvrequest()1089 while (hash_interval && bytes >= hashbytes) { in recvrequest()1092 hashbytes += mark; in recvrequest()1113 if (bytes < hashbytes) in recvrequest()
505 off_t hashbytes, rangestart, rangeend, entitylen; in fetch_url() local1160 hashbytes = mark; in fetch_url()1237 while (bytes >= hashbytes) { in fetch_url()1239 hashbytes += mark; in fetch_url()