Lines Matching defs:grp
53689 ** PGroup which is the pcache1.grp global variable and its mutex is
53751 PGroup grp; /* The global PGroup for mode (2) */
53880 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
53982 assert( pCache->pGroup==&pcache1.grp );
54240 ** PGroup in pcache1.grp is used for all page caches (mode-2).
54262 pcache1.grp.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_LRU);
54274 pcache1.grp.mxPinned = 10;
54313 pGroup = &pcache1.grp;
54772 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
54776 pcache1EnterMutex(&pcache1.grp);
54778 && (p=pcache1.grp.lru.pLruPrev)!=0
54786 pcache1LeaveMutex(&pcache1.grp);
54805 for(p=pcache1.grp.lru.pLruNext; p && !p->isAnchor; p=p->pLruNext){
54809 *pnCurrent = pcache1.grp.nPurgeable;
54810 *pnMax = (int)pcache1.grp.nMaxPage;
54811 *pnMin = (int)pcache1.grp.nMinPage;
220979 sqlite3_changegroup grp; /* Hash table */
221126 for(pTab=p->grp.pList; pTab; pTab=pTab->pNext){
221262 rc = sessionChangesetToHash(pIter, &p->grp, 1);
221313 sessionDeleteTable(0, p->grp.pList);