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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c54 int nCurrentPage; /* Number of purgeable pages allocated */ member in struct:PGroup
296 pCache->pGroup->nCurrentPage++;
315 pCache->pGroup->nCurrentPage--;
470 while( pGroup->nCurrentPage>pGroup->nMaxPage && pGroup->pLruTail ){
738 || pGroup->nCurrentPage>=pGroup->nMaxPage
749 pGroup->nCurrentPage -=
805 if( reuseUnlikely || pGroup->nCurrentPage>pGroup->nMaxPage ){
964 *pnCurrent = pcache1.grp.nCurrentPage;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34968 int nCurrentPage; /* Number of purgeable pages allocated */ member in struct:PGroup
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38617 unsigned int nCurrentPage; /* Number of purgeable pages allocated */ member in struct:PGroup
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38637 unsigned int nCurrentPage; /* Number of purgeable pages allocated */ member in struct:PGroup
[all...]

Completed in 491 milliseconds