Searched refs:balance_deeper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5742 ** the balance_shallower() and balance_deeper() procedures, neither of
6451 static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ function
6502 ** balance_deeper()
6521 ** balance_deeper() function to create a new child for the root-page
6526 rc = balance_deeper(pPage, &pCur->apPage[1]);
6555 ** use either balance_nonroot() or balance_deeper(). Until this
6578 ** calling balance_nonroot() (balance_deeper() may be called first,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c53749 static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c55929 static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c55957 static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ function
[all...]

Completed in 435 milliseconds