Searched refs:avl_lookup_node (Results 1 – 2 of 2) sorted by relevance
49 #define avl_member(avl, sm) (!!avl_lookup_node(avl, sm))133 AvlNode *avl_lookup_node(const struct stree *avl, const struct sm_state *sm);
110 AvlNode *avl_lookup_node(const struct stree *avl, const struct sm_state *sm) in avl_lookup_node() function