Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
H A Dhash.c186 hashp->cbucket = -1; in __hash_open()
709 if ((hashp->cbucket < 0) || (flag == R_FIRST)) { in hash_seq()
710 hashp->cbucket = 0; in hash_seq()
717 for (bucket = hashp->cbucket; in hash_seq()
728 hashp->cbucket = bucket; in hash_seq()
729 if ((uint32_t)hashp->cbucket > hashp->MAX_BUCKET) { in hash_seq()
730 hashp->cbucket = -1; in hash_seq()
739 hashp->cbucket++; in hash_seq()
760 ++hashp->cbucket; in hash_seq()
H A Dhash_bigkey.c407 hashp->cbucket++; in __big_return()
417 hashp->cbucket++; in __big_return()
465 hashp->cbucket++; in collect_data()
472 hashp->cbucket++; in collect_data()
H A Dhash.h101 int cbucket; /* Current bucket */ member