OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 21:09:58 GMT 2025