Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dioerr.test394 -- (by calling balance_deeper()). When it does, the "parent" page of the
/sqlite-3.40.0/src/
H A Dbtree.c8651 static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ in balance_deeper() function
8760 rc = balance_deeper(pPage, &pCur->apPage[1]); in balance()