Searched defs:closure_avl (Results 1 – 1 of 1) sorted by relevance
159 typedef struct closure_avl closure_avl; typedef168 struct closure_avl { struct171 closure_avl *pList; /* A linked list of nodes */ argument172 closure_avl *pBefore; /* Other elements less than id */ argument173 closure_avl *pAfter; /* Other elements greater than id */ argument174 closure_avl *pUp; /* Parent element */ argument179 /* Recompute the closure_avl.height and closure_avl.imbalance fields for p. argument344 static void closureAvlDestroy(closure_avl *p, void (*xDestroy)(closure_avl*)){ in closureAvlDestroy()