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
2178 struct cachenode { /* this struct must be zeroed before using */ struct2179 struct cachenode *lesschild; /* subtree whose entries < val */ argument2180 struct cachenode *grtrchild; /* subtree whose entries > val */ argument2185 static struct cachenode *names, *groups; argument
6231 typedef struct cachenode { /* this struct must be zeroed before using */ struct6232 struct cachenode *next; /* next in hash chain */ argument6236 } cachenode_t; argument