Searched refs:nMaxPage (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c51 int nMaxPage; /* Sum of nMax for purgeable caches */ member in struct:PGroup
465 ** If there are currently more than nMaxPage pages allocated, try
466 ** to recycle pages to reduce the number allocated to nMaxPage.
470 while( pGroup->nCurrentPage>pGroup->nMaxPage && pGroup->pLruTail ){
590 pGroup->mxPinned = pGroup->nMaxPage + 10 - pGroup->nMinPage;
607 pGroup->nMaxPage += (nMax - pCache->nMax);
608 pGroup->mxPinned = pGroup->nMaxPage + 10 - pGroup->nMinPage;
721 assert( pGroup->mxPinned == pGroup->nMaxPage + 10 - pGroup->nMinPage );
738 || pGroup->nCurrentPage>=pGroup->nMaxPage
805 if( reuseUnlikely || pGroup->nCurrentPage>pGroup->nMaxPage ){
[all...]
/external/chromium_org/printing/
H A Dprinting_context_system_dialog_win.cc61 dialog_options.nMaxPage = max_pages;
/external/sqlite/dist/orig/
H A Dsqlite3.c38614 unsigned int nMaxPage; /* Sum of nMax for purgeable caches */ member in struct:PGroup
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38634 unsigned int nMaxPage; /* Sum of nMax for purgeable caches */ member in struct:PGroup
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34965 int nMaxPage; /* Sum of nMax for purgeable caches */ member in struct:PGroup
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 954 milliseconds