Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/db/hash/
Dhash.c717 hashp->cndx = 1; in hash_seq()
725 bucket++, hashp->cndx = 1) { in hash_seq()
742 hashp->cndx += 2; in hash_seq()
743 if (hashp->cndx > bp[0]) { in hash_seq()
746 hashp->cndx = 1; in hash_seq()
756 while (bp[hashp->cndx + 1] == OVFLPAGE) { in hash_seq()
758 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
762 hashp->cndx = 1; in hash_seq()
769 ndx = hashp->cndx; in hash_seq()
Dhash_bigkey.c411 hashp->cndx = 1; in __big_return()
417 hashp->cndx = 1; in __big_return()
465 hashp->cndx = 1; in collect_data()
Dhash.h102 int cndx; /* Index of next item on cpage */ member
Dhash_page.c159 if (ndx == hashp->cndx) { in __delpair()
165 hashp->cndx -= 2; in __delpair()