Lines Matching refs:grp
48848 PGroup grp; /* The global PGroup for mode (2) */
48977 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
49078 assert( pCache->pGroup==&pcache1.grp );
49370 pcache1.grp.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_LRU);
49382 pcache1.grp.mxPinned = 10;
49421 pGroup = &pcache1.grp;
49871 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
49875 pcache1EnterMutex(&pcache1.grp);
49877 && (p=pcache1.grp.lru.pLruPrev)!=0
49888 pcache1LeaveMutex(&pcache1.grp);
49907 for(p=pcache1.grp.lru.pLruNext; p && !p->isAnchor; p=p->pLruNext){
49911 *pnCurrent = pcache1.grp.nPurgeable;
49912 *pnMax = (int)pcache1.grp.nMaxPage;
49913 *pnMin = (int)pcache1.grp.nMinPage;
200140 sqlite3_changegroup grp; /* Hash table */
200287 for(pTab=p->grp.pList; pTab; pTab=pTab->pNext){
200423 rc = sessionChangesetToHash(pIter, &p->grp, 1);
200474 sessionDeleteTable(p->grp.pList);