Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dioerr.test362 -- This statement uses the balance_quick() optimization. The new page
/sqlite-3.40.0/src/
H A Dbtree.c7622 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){ in balance_quick() function
8808 rc = balance_quick(pParent, pPage, aBalanceQuickSpace); in balance()