Searched refs:nPageFile (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c49408 int nPageFile = 0; /* Number of pages in the database file */ local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2289 int nPageFile = 0; /* Number of pages in the database file */ local
2303 sqlite3PagerPagecount(pBt->pPager, &nPageFile);
2305 nPage = nPageFile;
2384 if( (pBt->db->flags & SQLITE_RecoveryMode)==0 && nPage>nPageFile ){
/external/sqlite/dist/orig/
H A Dsqlite3.c53939 int nPageFile = 0; /* Number of pages in the database file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53959 int nPageFile = 0; /* Number of pages in the database file */ local
[all...]

Completed in 3810 milliseconds