Lines Matching refs:grp
35395 PGroup grp; /* The global PGroup for mode (2) */
35489 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
35801 pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
35804 pcache1.grp.mxPinned = 10;
35856 pGroup = &pcache1.grp;
36206 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
36210 pcache1EnterMutex(&pcache1.grp);
36211 while( (nReq<0 || nFree<nReq) && ((p=pcache1.grp.pLruTail)!=0) ){
36217 pcache1LeaveMutex(&pcache1.grp);
36236 for(p=pcache1.grp.pLruHead; p; p=p->pLruNext){
36239 *pnCurrent = pcache1.grp.nCurrentPage;
36240 *pnMax = pcache1.grp.nMaxPage;
36241 *pnMin = pcache1.grp.nMinPage;