Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dclosure.c159 typedef struct closure_avl closure_avl; typedef
168 struct closure_avl { struct
171 closure_avl *pList; /* A linked list of nodes */ argument
172 closure_avl *pBefore; /* Other elements less than id */ argument
173 closure_avl *pAfter; /* Other elements greater than id */ argument
174 closure_avl *pUp; /* Parent element */ argument
179 /* Recompute the closure_avl.height and closure_avl.imbalance fields for p. argument
344 static void closureAvlDestroy(closure_avl *p, void (*xDestroy)(closure_avl*)){ in closureAvlDestroy()