Searched defs:tree_cache (Results 1 – 2 of 2) sorted by relevance
85 struct tree_cache { struct86 unsigned char *value;87 int len;88 unsigned int buf_size;89 time_t timeout;90 struct tree *tree;91 int flags;
77 tree_cache(struct tree *tree) in tree_cache() function182 tree_evaluate(struct tree_cache *tree_cache) in tree_evaluate()