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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5605 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){ function
6501 ** balance_quick()
6551 /* Call balance_quick() to create a new sibling of pPage on which
6552 ** to store the overflow cell. balance_quick() inserts a new cell
6560 ** single call to balance_quick() is made for each call to this
6565 rc = balance_quick(pParent, pPage, aBalanceQuickSpace);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52724 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57425 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57445 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){ function
[all...]

Completed in 771 milliseconds