Home
last modified time | relevance | path

Searched refs:closureAvlRotateBefore (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dclosure.c197 static closure_avl *closureAvlRotateBefore(closure_avl *pP){ in closureAvlRotateBefore() function
255 p = *pp = closureAvlRotateBefore(p); in closureAvlBalance()
258 if( pA->imbalance>0 ) p->pAfter = closureAvlRotateBefore(pA); in closureAvlBalance()