Searched defs:cachenode (Results 1 – 3 of 3) sorted by relevance
776 static struct cachenode { /* this struct must be zeroed before using */ struct777 struct cachenode *lesschild; /* subtree whose entries < val */ argument778 struct cachenode *grtrchild; /* subtree whose entries > val */ argument784 static struct cachenode * argument
2185 struct cachenode { /* this struct must be zeroed before using */ struct2186 struct cachenode *lesschild; /* subtree whose entries < val */ argument2187 struct cachenode *grtrchild; /* subtree whose entries > val */ argument2192 static struct cachenode *names, *groups; argument
6189 typedef struct cachenode { /* this struct must be zeroed before using */ struct6190 struct cachenode *next; /* next in hash chain */ argument6194 } cachenode_t; argument