Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c214 static amatch_avl *amatchAvlRotateBefore(amatch_avl *pP){ in amatchAvlRotateBefore() function
272 p = *pp = amatchAvlRotateBefore(p); in amatchAvlBalance()
275 if( pA->imbalance>0 ) p->pAfter = amatchAvlRotateBefore(pA); in amatchAvlBalance()