Searched defs:cachenode (Results 1 – 4 of 4) sorted by relevance
774 static struct cachenode { /* this struct must be zeroed before using */ struct775 struct cachenode *lesschild; /* subtree whose entries < val */ argument776 struct cachenode *grtrchild; /* subtree whose entries > val */ argument782 static struct cachenode * argument
2196 struct cachenode { /* this struct must be zeroed before using */ struct2197 struct cachenode *lesschild; /* subtree whose entries < val */ argument2198 struct cachenode *grtrchild; /* subtree whose entries > val */ argument2203 static struct cachenode *names, *groups; argument
86 struct cachenode { /* this struct must be zeroed before using */ struct87 struct cachenode *lesschild; /* subtree whose entries < val */ argument88 struct cachenode *grtrchild; /* subtree whose entries > val */ argument93 static struct cachenode *names, *groups; argument
6235 typedef struct cachenode { /* this struct must be zeroed before using */ struct6236 struct cachenode *next; /* next in hash chain */ argument6240 } cachenode_t; argument