Searched refs:hashc (Results 1 – 3 of 3) sorted by relevance
312 size_t hashc; member
1425 for (n = 0, hp = stream->hashes; n < stream->hashc; n++, hp++) { in parse_hash_find()2185 (stream->hashc + 1) * sizeof(*stream->hashes)); in parse_hash_init()2193 hash = &stream->hashes[stream->hashc++]; in parse_hash_init()2277 for (n = 0; n < stream->hashc; ++n) { in parse_hash_data()
613 volatile off_t hashc; in copy_bytes() local 620 hashc = hash_interval; in copy_bytes() 659 while (bytes >= hashc) { in copy_bytes() 661 hashc += hash_interval; in copy_bytes()