Home
last modified time | relevance | path

Searched refs:qsz (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/rsync/
H A Dblocks.c47 size_t qsz; /* size of the hashtable */ member
73 p->qsz = BLKTAB_SZ; in blkhash_alloc()
74 p->q = calloc(p->qsz, sizeof(struct blkhashq)); in blkhash_alloc()
99 for (i = 0; i < p->qsz; i++) in blkhash_set()
114 idx = bset->blks[i].chksum_short % p->qsz; in blkhash_set()
115 assert(idx < p->qsz); in blkhash_set()
199 q = &st->blktab->q[fhash % st->blktab->qsz]; in blk_find()