Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c712 hashp->cndx = 1; in hash_seq()
720 bucket++, hashp->cndx = 1) { in hash_seq()
737 hashp->cndx += 2; in hash_seq()
738 if (hashp->cndx > bp[0]) { in hash_seq()
741 hashp->cndx = 1; in hash_seq()
751 while (bp[hashp->cndx + 1] == OVFLPAGE) { in hash_seq()
753 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
757 hashp->cndx = 1; in hash_seq()
764 ndx = hashp->cndx; in hash_seq()
H A Dhash_bigkey.c407 hashp->cndx = 1; in __big_return()
413 hashp->cndx = 1; in __big_return()
461 hashp->cndx = 1; in collect_data()
H A Dhash.h101 int cndx; /* Index of next item on cpage */ member
H A Dhash_page.c155 if (ndx == hashp->cndx) { in __delpair()
161 hashp->cndx -= 2; in __delpair()