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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2910 Pgno iFreePg; /* Index of free page to move pLastPg to */
2911 MemPage *pLastPg; local
2913 rc = btreeGetPage(pBt, iLastPg, &pLastPg, 0);
2918 /* If nFin is zero, this loop runs exactly once and page pLastPg
2929 releasePage(pLastPg);
2936 rc = sqlite3PagerWrite(pLastPg->pDbPage);
2938 rc = relocatePage(pBt, pLastPg, eType, iPtrPage, iFreePg, nFin!=0);
2940 releasePage(pLastPg);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c50030 MemPage *pLastPg; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c54609 MemPage *pLastPg; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c54629 MemPage *pLastPg; local
[all...]

Completed in 583 milliseconds