HomeSort by: relevance | last modified time | path
    Searched refs:cbucket (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 194 hashp->cbucket = -1;
710 hashp->cbucket--;
738 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {
739 hashp->cbucket = 0;
747 for (bucket = hashp->cbucket;
758 hashp->cbucket = bucket;
759 if (hashp->cbucket > hashp->MAX_BUCKET) {
760 hashp->cbucket = -1;
777 hashp->cbucket++;
798 ++hashp->cbucket;
    [all...]
hash.h 105 int cbucket; /* Current bucket */ member in struct:htab
hash_bigkey.c 437 hashp->cbucket++;
447 hashp->cbucket++;
495 hashp->cbucket++;
503 hashp->cbucket++;

Completed in 35 milliseconds