Home
last modified time | relevance | path

Searched defs:tree_cache (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/dhcpd/
H A Dtree.h85 struct tree_cache { struct
86 unsigned char *value;
87 int len;
88 unsigned int buf_size;
89 time_t timeout;
90 struct tree *tree;
91 int flags;
H A Dtree.c77 tree_cache(struct tree *tree) in tree_cache() function
182 tree_evaluate(struct tree_cache *tree_cache) in tree_evaluate()