Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dclosure.c218 static closure_avl *closureAvlRotateAfter(closure_avl *pP){ in closureAvlRotateAfter() function
253 if( pB->imbalance<0 ) p->pBefore = closureAvlRotateAfter(pB); in closureAvlBalance()
260 p = *pp = closureAvlRotateAfter(p); in closureAvlBalance()