Home
last modified time | relevance | path

Searched refs: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
197 static closure_avl *closureAvlRotateBefore(closure_avl *pP){ in closureAvlRotateBefore()
218 static closure_avl *closureAvlRotateAfter(closure_avl *pP){ in closureAvlRotateAfter()
235 static closure_avl **closureAvlFromPtr(closure_avl *p, closure_avl **pp){ in closureAvlFromPtr()
246 static closure_avl *closureAvlBalance(closure_avl *p){ in closureAvlBalance()
248 closure_avl **pp; in closureAvlBalance()
271 static closure_avl *closureAvlSearch(closure_avl *p, sqlite3_int64 id){ in closureAvlSearch()
280 static closure_avl *closureAvlFirst(closure_avl *p){ in closureAvlFirst()
287 closure_avl *closureAvlNext(closure_avl *p){ in closureAvlNext()
[all …]